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.sig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mod_db.sig b/src/mod_db.sig
index 40cd52e2..fb396603 100644
--- a/src/mod_db.sig
+++ b/src/mod_db.sig
@@ -36,7 +36,8 @@ signature MOD_DB = sig
val lookup : Source.decl -> Elab.decl option
- val lookupForTooling : string -> (Elab.decl * Elab.decl list) option
+ val lookupModAndDepsIncludingErrored:
+ string -> (Elab.decl * Elab.decl list) option
(* Allow undoing to snapshots after failed compilations. *)
val snapshot : unit -> unit