]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_procedural/proceduralTypes.mli
metavariable context has a separator now
[helm.git] / helm / software / components / acic_procedural / proceduralTypes.mli
index c493873ff2b0fd736c56d5fc26082f9acb811b48..b750688a69859e260a956a961df20bcb0b2c2442 100644 (file)
@@ -33,6 +33,7 @@ val mk_arel: int -> string -> Cic.annterm
 
 (****************************************************************************)
 
+type flavour  = Cic.object_flavour
 type name     = string option
 type hyp      = string
 type what     = Cic.annterm
@@ -43,9 +44,10 @@ type note     = string
 type where    = (hyp * name) option
 type inferred = Cic.annterm
 type pattern  = Cic.annterm
+type body     = Cic.annterm option
 
 type step = Note of note 
-          | Theorem of name * what * note
+          | Statement of flavour * name * what * body * note
           | Qed of note
          | Id of note
          | Intros of count option * name list * note