]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagReduction.mli
freescale porting, work in progress
[helm.git] / helm / software / lambda-delta / basic_ag / bagReduction.mli
index 1456d3cc669486dbab344523f45e5946e3ad8ab8..28c29e7f289f71f1db442fa447c36a9a91cdade4 100644 (file)
@@ -9,22 +9,16 @@
      \ /   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
 
-type ac_result = (int * NUri.uri * Bag.term list) list option
-
-type extension = No | NSI
-
 val ho_whd: 
    (ho_whd_result -> 'a) -> Bag.context -> Bag.term -> 'a
 
 val are_convertible:
-   (ac_result -> 'a) -> Bag.context -> Bag.term -> Bag.term -> 'a
+   (bool -> 'a) -> Bag.context -> Bag.term -> Bag.term -> 'a
 
-val ext: extension ref
+val nsi: bool ref