summaryrefslogtreecommitdiff
path: root/src/elaborate.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/elaborate.sig')
-rw-r--r--src/elaborate.sig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/elaborate.sig b/src/elaborate.sig
index b4a4da88..d60cff42 100644
--- a/src/elaborate.sig
+++ b/src/elaborate.sig
@@ -37,6 +37,9 @@ signature ELABORATE = sig
(* After elaboration (successful or failed), should I output a mapping from
* all identifiers to their kinds/types? *)
+ val dumpTypesOnError : bool ref
+ (* Like above, but only used if there are compile errors. *)
+
val unifyMore : bool ref
(* Run all phases of type inference, even if an error is detected by an
* early phase. *)