lean4-htt/tests/lean/run/nonrec.lean
2021-08-21 17:02:54 -07:00

5 lines
114 B
Text

def Foo (n : Nat) : Prop := True
def aux := 1
nonrec def Foo.aux : Foo aux :=
have h : aux = 1 := rfl
trivial