summaryrefslogtreecommitdiff
path: root/src/mod_db.sig
diff options
context:
space:
mode:
authorGravatar FrigoEU <simon.van.casteren@gmail.com>2019-07-31 15:13:18 +0200
committerGravatar FrigoEU <simon.van.casteren@gmail.com>2019-07-31 15:13:18 +0200
commit80e7bb6165a5ad6517b35f301228f56b58eef39c (patch)
treed9f3b42b6cb74ebacc43d4081e5d91aebbe7a20f /src/mod_db.sig
parent83bab4581d9570e151b23db3b4de016600afa76d (diff)
first iteration of "typeOf" command
Diffstat (limited to 'src/mod_db.sig')
-rw-r--r--src/mod_db.sig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mod_db.sig b/src/mod_db.sig
index c45fd203..40cd52e2 100644
--- a/src/mod_db.sig
+++ b/src/mod_db.sig
@@ -36,6 +36,8 @@ signature MOD_DB = sig
val lookup : Source.decl -> Elab.decl option
+ val lookupForTooling : string -> (Elab.decl * Elab.decl list) option
+
(* Allow undoing to snapshots after failed compilations. *)
val snapshot : unit -> unit
val revert : unit -> unit