lean4-htt/tests/lean/run/1852.lean
Leonardo de Moura 51a29098ab fix: fixes #1852
2022-11-19 09:37:52 -08:00

5 lines
95 B
Text

class foo (F : Type) where
foo : F
class foobar (F : outParam Type) [foo F] where
bar : F