5 lines
95 B
Text
5 lines
95 B
Text
class foo (F : Type) where
|
|
foo : F
|
|
|
|
class foobar (F : outParam Type) [foo F] where
|
|
bar : F
|