]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgReduction.mli
Regular expressions.
[helm.git] / helm / software / lambda-delta / basic_rg / brgReduction.mli
index a384548b36ebe1bf05fe45864ecd02f7240ae471..eebb157254fc5f1ccc38e5ea4705c6915c7295fb 100644 (file)
@@ -9,13 +9,18 @@
      \ /   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: kam -> int -> Brg.bind
 
-val are_convertible:
-   (bool -> 'a) -> ?si:bool -> Brg.context -> Brg.term -> Brg.term -> 'a
+val push: kam -> Entity.attrs -> Brg.bind -> kam
 
-val reductions: BrgOutput.reductions ref
+val xwhd: Entity.status -> kam -> Brg.term -> kam * Brg.term 
+
+(* arguments: expected type, inferred type *) 
+val are_convertible: 
+   Entity.status -> kam -> Brg.term -> kam -> Brg.term -> bool
+
+val specs: (kam, Brg.term) Log.specs