You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data Dead : Set
open data Zaoqi (A : Type)
| essentially (A -> Dead)
open data Cat : Type
| meow : (Zaoqi Cat) → Cat
def catIsDead : Cat → Dead
| meow (essentially f) => f (meow (essentially f))
def catIsAlive : Cat
=> meow (essentially catIsDead)
def catIsBothDeadAndAlive: Dead
=> catIsDead catIsAlive
/cc @tsao-chi
The text was updated successfully, but these errors were encountered: