lean4-htt/tests/lean/run/536.lean
Leonardo de Moura 5e694d4b69 fix: fixes #536
2021-06-29 18:24:46 -07:00

7 lines
100 B
Text

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