8 lines
166 B
Text
8 lines
166 B
Text
example : empty → false.
|
|
|
|
def f := empty → false
|
|
example : f.
|
|
|
|
def g := ∀ (a : nat) (h : a = a), @eq.rec nat a (λ x, Prop) (empty → false) a h
|
|
|
|
example : g.
|