]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgType.mli
- we completed the text parser fixing the syntactic shortcuts
[helm.git] / helm / software / lambda-delta / basic_rg / brgType.mli
index 2d7a14663e27126ef76a09febbef7396ba72b8c2..5d9350b496e93f588057544f9e7add2e10b74a47 100644 (file)
@@ -13,4 +13,4 @@ type message = (BrgReduction.kam, Brg.term) Log.message
 
 val type_of: 
    (message -> 'a) -> (Brg.term -> Brg.term -> 'a) -> 
-   ?si:bool -> Hierarchy.graph -> BrgReduction.kam -> Brg.term -> 'a
+   Entity.status -> BrgReduction.kam -> Brg.term -> 'a