lean4-htt/tests/lean/structInstError.lean
2020-12-24 09:35:55 -08:00

7 lines
109 B
Text

structure Foo where
x : Nat
b : Bool
#check { x := 10, b := true }
#check { x := 10, b := true : Foo }