diff options
author | Adam Chlipala <adam@chlipala.net> | 2012-05-05 12:58:13 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2012-05-05 12:58:13 -0400 |
commit | 05e13b2e6934c87fc45b991bbd49e7e2b8c83930 (patch) | |
tree | 9cc3661046de89d0263f025bdbf935cce233811d /src/elaborate.sig | |
parent | 9835be3a1ebfdad7b265a966df45a87555624c95 (diff) |
-dumpTypesOnError
Diffstat (limited to 'src/elaborate.sig')
-rw-r--r-- | src/elaborate.sig | 3 |
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. *) |