]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/lib/log.ml
- proper KAM with closures implemented for the brg kernel
[helm.git] / helm / software / lambda-delta / lib / log.ml
index e28ea326ab2cbd9cb98d65f670e3225e2068addc..39cc5837ac3fd105a02099426b23e85d41c921d1 100644 (file)
@@ -19,6 +19,8 @@ type ('a, 'b) item = Term of 'a * 'b
                   | String of string
                    | Loc
 
+type ('a, 'b) message = ('a, 'b) item list
+
 type ('a, 'b) specs = {
    pp_term   : 'a -> F.formatter -> 'b -> unit;
    pp_context: F.formatter -> 'a -> unit