X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Facic_content%2FcicNotationPt.ml;h=609fb9d2f24a08f362c2276afa16f8fa2f673737;hb=93cc0505102768f7d4337907bafa31d1528a7289;hp=a66aa5febb3aa86600fdf8320edb439fb98ed2d0;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/components/acic_content/cicNotationPt.ml b/components/acic_content/cicNotationPt.ml index a66aa5feb..609fb9d2f 100644 --- a/components/acic_content/cicNotationPt.ml +++ b/components/acic_content/cicNotationPt.ml @@ -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 *)