lean4-htt/tests/lean/pp_shadowed_const.lean

4 lines
102 B
Text

def f : Π (x : nat) (b : bool), bool = bool := λ bool, _
def g (heq : 1 == 1) := heq.symm
#print g