lean4-htt/tests/lean/autoImplicitCtorParamIssue.lean
2022-05-04 15:04:49 -07:00

7 lines
87 B
Text

def bar (x) := 1
inductive Foo where
| bar (x)
structure Bla where
bar (x) : Nat