]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagReduction.mli
more work on coercions composition
[helm.git] / helm / software / lambda-delta / basic_ag / bagReduction.mli
index 2b5f02e71f450f58f27f7ef75c94a5ba629c66d2..28c29e7f289f71f1db442fa447c36a9a91cdade4 100644 (file)
@@ -9,7 +9,6 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-
 exception LRefNotFound of Bag.message
 
 type ho_whd_result =
@@ -17,7 +16,9 @@ type ho_whd_result =
    | Abst of Bag.term
 
 val ho_whd: 
-   (Bag.context -> ho_whd_result -> 'a) -> Bag.context -> Bag.term -> 'a
+   (ho_whd_result -> 'a) -> Bag.context -> Bag.term -> 'a
 
 val are_convertible:
    (bool -> 'a) -> Bag.context -> Bag.term -> Bag.term -> 'a
+
+val nsi: bool ref