3 lines
84 B
Text
3 lines
84 B
Text
def False.elim' {C : Sort u} (h : False) : C := h.rec
|
|
|
|
def main: IO Unit := pure ()
|