lean4-htt/tests/lean/run/536.lean
Leonardo de Moura 189f4bd372 chore: fix tests
2022-01-15 12:18:09 -08:00

7 lines
96 B
Text

variable (C : Type) [Inhabited C]
example : C := default
variable {C}
example : C := default