lean4-htt/tests/lean/236.lean
2021-08-03 09:13:18 +02:00

13 lines
272 B
Text

structure Foo where
x : Nat
b : Bool
#check { x := 10, b := true : Foo }
set_option pp.all true
#check { x := 10, b := true : Foo }
set_option pp.universes false
set_option pp.explicit false
set_option pp.structureInstances true
#check { x := 10, b := true : Foo }