From a424e0352aff3490a58d19de5ebf4a164bd03b65 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 5 May 2012 12:58:13 -0400 Subject: -dumpTypesOnError --- src/elaborate.sig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/elaborate.sig') 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. *) -- cgit v1.2.3