Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Inductive Fail :=
- | ev : (Fail->nat) -> Fail.
- Definition foo (f:Fail) : nat
- match f with
- | ev fn => fn f
- end.
- Definition foo1 := ev foo.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement