]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgReduction.mli
some renaming. final commit for version 0.8.0
[helm.git] / helm / software / lambda-delta / basic_rg / brgReduction.mli
index a384548b36ebe1bf05fe45864ecd02f7240ae471..94f6543e06889c70f2ce768ecf105ea32a0cf4c3 100644 (file)
@@ -9,13 +9,19 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
+type kam
 
-exception LRefNotFound of Brg.message
+val empty_kam: kam
 
-val domain: 
-   (Brg.term option -> 'a) -> Brg.context -> Brg.term -> 'a
+val get: (unit -> 'a) -> (Brg.bind -> 'a) -> kam -> int -> 'a
 
+val push: (kam -> 'a) -> kam -> Brg.bind -> 'a
+
+val xwhd: (kam -> Brg.term -> 'a) -> kam -> Brg.term -> 'a 
+
+(* arguments: expected type, inferred type *) 
 val are_convertible:
-   (bool -> 'a) -> ?si:bool -> Brg.context -> Brg.term -> Brg.term -> 'a
+   (unit -> 'a) -> (unit -> 'a) -> 
+   ?si:bool -> kam -> Brg.term -> kam -> Brg.term -> 'a
 
-val reductions: BrgOutput.reductions ref
+val specs: (kam, Brg.term) Log.specs