]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_procedural/proceduralTypes.mli
- procedural: basic support for lapply (solves a problem in the reconstruction of...
[helm.git] / helm / software / components / acic_procedural / proceduralTypes.mli
index a1d28e966c2c8428116fbd2be067bb808da101bc..969492a627bd655b63adea098fcdd020cfccf202 100644 (file)
@@ -59,6 +59,7 @@ type step = Note of note
          | Intros of count option * name list * note
          | Cut of name * what * note
          | LetIn of name * what * note
+         | LApply of name * what * note
          | Rewrite of how * what * where * pattern * note
          | Elim of what * using option * pattern * note
          | Cases of what * pattern * note