]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagReduction.mli
some renaming and some interfaces improved
[helm.git] / helm / software / lambda-delta / basic_ag / bagReduction.mli
index a07e65cb010a53337cdc6715d83e926ffb2d96ef..8f32faa0e8ada1eceb045b1e27e52f7f504f8e5c 100644 (file)
@@ -9,18 +9,12 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-
-exception LRefNotFound of Bag.message
-
 type ho_whd_result =
    | Sort of int
-   | GRef of NUri.uri * Bag.term list
    | Abst of Bag.term
 
 val ho_whd: 
-   (ho_whd_result -> 'a) -> Bag.context -> Bag.term -> 'a
+   (ho_whd_result -> 'a) -> Bag.lenv -> Bag.term -> 'a
 
 val are_convertible:
-   (bool -> 'a) -> Bag.context -> Bag.term -> Bag.term -> 'a
-
-val nsi: bool ref
+   (bool -> 'a) -> ?si:bool -> Bag.lenv -> Bag.term -> Bag.term -> 'a