Mercurial > urweb
diff src/compiler.sig @ 448:85819353a84f
First Unnest tests working
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 01 Nov 2008 15:58:55 -0400 |
parents | bd9ee9aeca2f |
children | 9163f8014f9b |
line wrap: on
line diff
--- a/src/compiler.sig Sat Nov 01 11:17:29 2008 -0400 +++ b/src/compiler.sig Sat Nov 01 15:58:55 2008 -0400 @@ -58,6 +58,7 @@ val parse : (job, Source.file) phase val elaborate : (Source.file, Elab.file) phase + val unnest : (Elab.file, Elab.file) phase val termination : (Elab.file, Elab.file) phase val explify : (Elab.file, Expl.file) phase val corify : (Expl.file, Core.file) phase @@ -80,6 +81,7 @@ val toParseJob : (string, job) transform val toParse : (string, Source.file) transform val toElaborate : (string, Elab.file) transform + val toUnnest : (string, Elab.file) transform val toTermination : (string, Elab.file) transform val toExplify : (string, Expl.file) transform val toCorify : (string, Core.file) transform