]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_ag/bagReduction.mli
- conditional compilation continues ...
[helm.git] / helm / software / helena / src / basic_ag / bagReduction.mli
index 90aa4053b8fa4b13e6b0ed3c4836880cdc09288d..13a5036733fbe3eb5aa3a252bed31322713043dc 100644 (file)
@@ -9,6 +9,8 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
+IFDEF TYPE THEN
+
 type ho_whd_result =
    | Sort of int
    | Abst of Bag.term
@@ -18,3 +20,5 @@ val ho_whd:
 
 val are_convertible:
    (bool -> 'a) -> Layer.status -> Bag.lenv -> Bag.term -> Bag.term -> 'a
+
+END