]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/content_pres/proceduralTypes.mli
Unified: refactoring
[helm.git] / helm / software / components / content_pres / proceduralTypes.mli
index ebadd9da8b1fa24e8e7697c69db9a6072dcea58e..b06acd1049b1938e815ae4a37c37136fd4150dbb 100644 (file)
@@ -51,10 +51,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