]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagReduction.mli
we started the support for naive sort inclusion
[helm.git] / helm / software / lambda-delta / basic_ag / bagReduction.mli
index 1425b4e284b7951805cc5755f1bbdce66ec663b3..1456d3cc669486dbab344523f45e5946e3ad8ab8 100644 (file)
@@ -19,8 +19,12 @@ type ho_whd_result =
 
 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
+
+val ext: extension ref