summaryrefslogtreecommitdiff
path: root/src/mod_db.sig
diff options
context:
space:
mode:
authorGravatar FrigoEU <simon.van.casteren@gmail.com>2019-08-03 10:37:07 +0200
committerGravatar FrigoEU <simon.van.casteren@gmail.com>2019-08-03 10:37:07 +0200
commita37678c2cf668b4837cdf5d147f4c2f26b2634e9 (patch)
tree3fa2b7ea8c500c12e3af8159391d082a6718e8a4 /src/mod_db.sig
parent120b7d2886e71b6e2000f94f0570d933542b2941 (diff)
Added comments and extracted typeOf/getInfo into seperate module
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