]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_rg/brgUntrusted.mli
- conditional compilation continues ...
[helm.git] / helm / software / helena / src / basic_rg / brgUntrusted.mli
index f3c34ab143cbf401dfa3c8cd015b38e18645c82c..3501e7eab60c83af35ca4bba001d235817900894 100644 (file)
@@ -9,10 +9,14 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
+IFDEF TYPE THEN
+
 val type_check:
    (BrgReduction.message -> 'a) -> (Brg.term -> Brg.entity -> 'a) -> 
    Layer.status -> Brg.entity -> 'a
 
+END
+
 val validate:
    (BrgReduction.message -> 'a) -> (unit -> 'a) -> 
    Layer.status -> Brg.entity -> 'a