X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fcontent_pres%2FproceduralTypes.mli;h=dfd82df12ff1d2b0504a07e04309bea6fd0d91f3;hb=7008966fdd5b3811852f60b459572a347be932a0;hp=ebadd9da8b1fa24e8e7697c69db9a6072dcea58e;hpb=3f586b01da59fe16b3d7f37da28bdd71f2225131;p=helm.git diff --git a/components/content_pres/proceduralTypes.mli b/components/content_pres/proceduralTypes.mli index ebadd9da8..dfd82df12 100644 --- a/components/content_pres/proceduralTypes.mli +++ b/components/content_pres/proceduralTypes.mli @@ -31,6 +31,8 @@ val list_split: int -> 'a list -> 'a list * 'a list val mk_arel: int -> string -> Cic.annterm +val is_atomic:Cic.annterm -> bool + (****************************************************************************) type name = string @@ -51,10 +53,11 @@ type step = Note of note | Rewrite of how * what * where * note | Elim of what * using option * note | Apply of what * note + | Whd of count * note | Branch of step list list * note val render_steps: - (what, 'a, 'b, what CicNotationPt.obj, name) GrafiteAst.statement list -> + (what, 'a, [> `Whd] as 'b, what CicNotationPt.obj, name) GrafiteAst.statement list -> step list -> (what, 'a, 'b, what CicNotationPt.obj, name) GrafiteAst.statement list