]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
- Procedural convertible rewrites in the conclusion are now detected and replaced...
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 169873bf0466c60cf2649bd351d6c79710510a0f..6b9a3eba18a632837b1ad66221169a6b34979c83 100644 (file)
@@ -148,12 +148,15 @@ type search_kind = [ `Locate | `Hint | `Match | `Elim ]
 
 type print_kind = [ `Env | `Coer ]
 
-type inline_param = IPPrefix of string
-                 | IPAs of Cic.object_flavour
-                  | IPProcedural
-                  | IPNoDefaults 
-                 | IPLevel of int
-                  | IPDepth of int
+type inline_param = IPPrefix of string         (* undocumented *)
+                 | IPAs of Cic.object_flavour (* preferred flavour *)
+                  | IPProcedural               (* procedural rendering *)
+                  | IPNoDefaults               (* no default-based tactics *)
+                 | IPLevel of int             (* granularity level *)
+                  | IPDepth of int             (* undocumented *)
+                  | IPComments                 (* show statistics *)
+                 | IPCoercions                (* show coercions *)
+                  | IPDebug of int             (* set debug level *)
 
 type ('term,'lazy_term) macro = 
   (* Whelp's stuff *)
@@ -185,7 +188,7 @@ type ('term,'obj) command =
   | UnificationHint of loc * 'term * int (* term, precedence *)
   | Default of loc * string * UriManager.uri list
   | Drop of loc
-  | Include of loc * bool (* source? *) * string 
+  | Include of loc * bool (* normal? *) * string 
   | Obj of loc * 'obj
   | Relation of
      loc * string * 'term * 'term * 'term option * 'term option * 'term option