diff options
author | FrigoEU <simon.van.casteren@gmail.com> | 2019-08-03 10:37:07 +0200 |
---|---|---|
committer | FrigoEU <simon.van.casteren@gmail.com> | 2019-08-03 10:37:07 +0200 |
commit | a37678c2cf668b4837cdf5d147f4c2f26b2634e9 (patch) | |
tree | 3fa2b7ea8c500c12e3af8159391d082a6718e8a4 /src/errormsg.sig | |
parent | 120b7d2886e71b6e2000f94f0570d933542b2941 (diff) |
Added comments and extracted typeOf/getInfo into seperate module
Diffstat (limited to 'src/errormsg.sig')
-rw-r--r-- | src/errormsg.sig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/errormsg.sig b/src/errormsg.sig index b4a508d9..4cf8b50a 100644 --- a/src/errormsg.sig +++ b/src/errormsg.sig @@ -48,6 +48,7 @@ signature ERROR_MSG = sig val posOf : int -> pos val spanOf : int * int -> span + (* To monitor in which modules the elaboration phase finds errors *) val startElabStructure : string -> unit val stopElabStructureAndGetErrored : string -> bool (* Did the module elab encounter errors? *) |