]> matita.cs.unibo.it Git - helm.git/blobdiff - components/acic_content/cicNotationPt.ml
typo: titleabbrev stuff should not be bold
[helm.git] / components / acic_content / cicNotationPt.ml
index a66aa5febb3aa86600fdf8320edb439fb98ed2d0..609fb9d2f24a08f362c2276afa16f8fa2f673737 100644 (file)
@@ -171,7 +171,8 @@ 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
       (** left parameters, name, type, fields *)