Mercurial > urweb
comparison src/disjoint.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 | 12b73f3c108e |
children |
comparison
equal
deleted
inserted
replaced
1033:b734ff578ac7 | 1034:a779402841f6 |
---|---|
38 | 38 |
39 val prove : ElabEnv.env -> env -> Elab.con * Elab.con * ErrorMsg.span -> goal list | 39 val prove : ElabEnv.env -> env -> Elab.con * Elab.con * ErrorMsg.span -> goal list |
40 | 40 |
41 val p_env : env -> unit | 41 val p_env : env -> unit |
42 | 42 |
43 val proved : int ref | |
44 val reset : unit -> unit | |
45 | |
43 end | 46 end |