diff src/elab_ops.sig @ 1034:a779402841f6

Hooks for measuring how much interesting proving is going on in elaboration
author Adam Chlipala <adamc@hcoop.net>
date Tue, 17 Nov 2009 12:44:14 -0500
parents 588b9d16b00a
children c7b9a33c26c8
line wrap: on
line diff
--- a/src/elab_ops.sig	Sun Nov 08 12:26:03 2009 -0500
+++ b/src/elab_ops.sig	Tue Nov 17 12:44:14 2009 -0500
@@ -39,4 +39,9 @@
 
     val hnormCon : ElabEnv.env -> Elab.con -> Elab.con
 
+    val identity : int ref
+    val distribute : int ref
+    val fuse : int ref
+    val reset : unit -> unit
+
 end