]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_content/cicNotationPt.ml
new version of auto that is able to prove the irrationality of sqrt(2)
[helm.git] / helm / software / components / acic_content / cicNotationPt.ml
index a66aa5febb3aa86600fdf8320edb439fb98ed2d0..6ea1ec9175449da004407a76ce43f6265cbf1be9 100644 (file)
@@ -171,9 +171,10 @@ type obj =
        * - name is absent when an unnamed theorem is being proved, tipically in
        *   interactive usage
        * - body is present when its given along with the command, otherwise it
-       *   will be given in proof editing mode using the tactical language
+       *   will be given in proof editing mode using the tactical language,
+       *   unless the flavour is an Axiom
        *)
-  | Record of (string * term) list * string * term * (string * term * bool) list
+  | Record of (string * term) list * string * term * (string * term * bool * int) list
       (** left parameters, name, type, fields *)
 
 (** {2 Standard precedences} *)