]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/lib/log.mli
we removed some old code and fixed a reduction bug: two instances fo the
[helm.git] / helm / software / lambda-delta / lib / log.mli
index bdaee06e089ec940216275d4dc5dd201e1fb6205..241247c188d69ff345ef1bd194299c707933aa6f 100644 (file)
@@ -13,12 +13,15 @@ type ('a, 'b) item = Term of 'a * 'b
                    | Context of 'a
                    | Warn of string
                   | String of string
+                  | Loc
 
 type ('a, 'b) specs = {
    pp_term   : 'a -> Format.formatter -> 'b -> unit;
    pp_context: Format.formatter -> 'a -> unit
 }
 
+val loc: int ref
+
 val level: int ref
 
 val warn: string -> unit