diff options
Diffstat (limited to 'src/elaborate.sig')
-rw-r--r-- | src/elaborate.sig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/elaborate.sig b/src/elaborate.sig index 6d1583a4..cc83b213 100644 --- a/src/elaborate.sig +++ b/src/elaborate.sig @@ -1,4 +1,4 @@ -(* Copyright (c) 2008, Adam Chlipala +(* Copyright (c) 2008, 2012, Adam Chlipala * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -36,4 +36,8 @@ signature ELABORATE = sig (* After elaboration (successful or failed), should I output a mapping from * all identifiers to their kinds/types? *) + val unifyMore : bool ref + (* Run all phases of type inference, even if an error is detected by an + * early phase. *) + end |