diff src/compiler.sig @ 313:e0ed0d4dabc9

Termination checking
author Adam Chlipala <adamc@hcoop.net>
date Tue, 09 Sep 2008 11:46:33 -0400
parents 0236d9412ad2
children e21d0dddda09
line wrap: on
line diff
--- a/src/compiler.sig	Tue Sep 09 09:15:00 2008 -0400
+++ b/src/compiler.sig	Tue Sep 09 11:46:33 2008 -0400
@@ -56,6 +56,7 @@
 
     val parse : (job, Source.file) phase
     val elaborate : (Source.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
     val shake : (Core.file, Core.file) phase
@@ -74,6 +75,7 @@
     val toParseJob : (string, job) transform
     val toParse : (string, Source.file) transform
     val toElaborate : (string, Elab.file) transform
+    val toTermination : (string, Elab.file) transform
     val toExplify : (string, Expl.file) transform
     val toCorify : (string, Core.file) transform
     val toShake1 : (string, Core.file) transform