X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_procedural%2FproceduralTypes.mli;h=969492a627bd655b63adea098fcdd020cfccf202;hb=36270146f49052f621553b0b45afe23813ed7e64;hp=a1d28e966c2c8428116fbd2be067bb808da101bc;hpb=10a9a8c36ff36e6a53bda1ec3074cb2fac03da63;p=helm.git diff --git a/helm/software/components/acic_procedural/proceduralTypes.mli b/helm/software/components/acic_procedural/proceduralTypes.mli index a1d28e966..969492a62 100644 --- a/helm/software/components/acic_procedural/proceduralTypes.mli +++ b/helm/software/components/acic_procedural/proceduralTypes.mli @@ -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