summaryrefslogtreecommitdiff
path: root/src/errormsg.sig
diff options
context:
space:
mode:
authorGravatar FrigoEU <simon.van.casteren@gmail.com>2019-07-07 17:55:02 +0200
committerGravatar FrigoEU <simon.van.casteren@gmail.com>2019-07-07 17:55:02 +0200
commit562694cbb5beb31906610b7eabf42a56087673b5 (patch)
treeac44fa14f000b95d285dc18a2a6d1153bd0a918f /src/errormsg.sig
parent7fbfe759d3bc572dd7ee379429f0ff2d1f7894a0 (diff)
First iteration of more detailed elaboration caching
Diffstat (limited to 'src/errormsg.sig')
-rw-r--r--src/errormsg.sig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/errormsg.sig b/src/errormsg.sig
index 92425842..b4a508d9 100644
--- a/src/errormsg.sig
+++ b/src/errormsg.sig
@@ -48,6 +48,10 @@ signature ERROR_MSG = sig
val posOf : int -> pos
val spanOf : int * int -> span
+ val startElabStructure : string -> unit
+ val stopElabStructureAndGetErrored : string -> bool (* Did the module elab encounter errors? *)
+
+ val resetStructureTracker: unit -> unit
val resetErrors : unit -> unit
val anyErrors : unit -> bool
val error : string -> unit