Commit bc9ad81d authored by Adam Chlipala's avatar Adam Chlipala

Expand MoreSpecif

parent 8823bade
......@@ -40,6 +40,9 @@ Notation "x <- e1 ; e2" := (match e1 with
end)
(right associativity, at level 60) : specif_scope.
Notation "!!" := (inright _ _) : specif_scope.
Notation "[[[ x ]]]" := (inleft _ [x]) : specif_scope.
Notation "x <-- e1 ; e2" := (match e1 with
| inright _ => !!
| inleft (exist x _) => e2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment