]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagReduction.mli
- we implemented the hierarchy and sort names declaration in text parser
[helm.git] / helm / software / lambda-delta / basic_ag / bagReduction.mli
index c9918704dcca94907047997e390dcea135f32336..8f32faa0e8ada1eceb045b1e27e52f7f504f8e5c 100644 (file)
@@ -14,7 +14,7 @@ type ho_whd_result =
    | 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) -> ?si:bool -> Bag.context -> Bag.term -> Bag.term -> 'a
+   (bool -> 'a) -> ?si:bool -> Bag.lenv -> Bag.term -> Bag.term -> 'a