X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_omdoc%2Fcontent.ml;h=c3c2295ca3703370079e6145042eafafdec80484;hb=414dc18cdbc1f431758cfce79b0b7827e2419d39;hp=a09e25cf2b3b46323192d4744e28fcaa95be7d4a;hpb=22a8ad8462e81ad68d8016a009fa8003bd52a66f;p=helm.git diff --git a/helm/ocaml/cic_omdoc/content.ml b/helm/ocaml/cic_omdoc/content.ml index a09e25cf2..c3c2295ca 100644 --- a/helm/ocaml/cic_omdoc/content.ml +++ b/helm/ocaml/cic_omdoc/content.ml @@ -123,6 +123,7 @@ and 'term conclude_item = and 'term arg = Aux of string | Premise of premise + | Lemma of lemma | Term of 'term | ArgProof of 'term proof | ArgMethod of string (* ???? *) @@ -133,6 +134,13 @@ and premise = premise_binder : string option; premise_n : int option; } + +and lemma = + { lemma_id: string; + lemma_name: string; + lemma_uri: string + } + ;; type 'term conjecture = id * int * 'term context * 'term