From 709a0a0b2187d9a1fdec11554d3fca38bcab9d5c Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 22 Apr 2012 09:08:45 -0400 Subject: -unifyMore --- src/elaborate.sig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/elaborate.sig') 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 -- cgit v1.2.3