summaryrefslogtreecommitdiff
path: root/src/mod_db.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_db.sig')
-rw-r--r--src/mod_db.sig4
1 files changed, 1 insertions, 3 deletions
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