]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgReduction.mli
new nrepeat (and block '('...')' ) tactical
[helm.git] / helm / software / lambda-delta / basic_rg / brgReduction.mli
index fecf29b83c647f5f29d1154b11574f3c3c01c2c6..57e2bfb417ea2540c32244bc08510f040cb2f6cb 100644 (file)
@@ -9,6 +9,11 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-exception LRefNotFound of string Lazy.t
 
-type context
+exception LRefNotFound of Brg.message
+
+val domain: 
+   (Brg.term option -> 'a) -> Brg.context -> Brg.term -> 'a
+
+val are_convertible:
+   (bool -> 'a) -> ?si:bool -> Brg.context -> Brg.term -> Brg.term -> 'a