Mercurial > urweb
diff src/elaborate.sig @ 1723:5ecf67553da8
-unifyMore
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 22 Apr 2012 09:08:45 -0400 |
parents | 7efcf8f4a44a |
children | 4a03aa3251cb |
line wrap: on
line diff
--- a/src/elaborate.sig Sat Apr 21 15:47:02 2012 -0400 +++ b/src/elaborate.sig Sun Apr 22 09:08:45 2012 -0400 @@ -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 @@ (* 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