From bc67c873a23309d2ef9e8365e0a9b7f8f15577ca Mon Sep 17 00:00:00 2001 From: FrigoEU Date: Mon, 29 Jul 2019 11:09:28 +0200 Subject: Don't use interfaces anymore for ModDb validity, but check for undetermined unif vars --- src/mod_db.sig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mod_db.sig') diff --git a/src/mod_db.sig b/src/mod_db.sig index f4bf661a..c45fd203 100644 --- a/src/mod_db.sig +++ b/src/mod_db.sig @@ -30,14 +30,12 @@ signature MOD_DB = sig val reset : unit -> unit - val insert : Elab.decl * Time.time * bool (* hasErrors *) * bool (* hasInference *) -> unit + val insert : Elab.decl * Time.time * bool (* hasErrors *) -> unit (* Here's a declaration, including the modification timestamp of the file it came from. * We might invalidate other declarations that depend on this one, if the timestamp has changed. *) val lookup : Source.decl -> Elab.decl option - val flagAllOk : unit -> unit - (* Allow undoing to snapshots after failed compilations. *) val snapshot : unit -> unit val revert : unit -> unit -- cgit v1.2.3