L
type TypeExpr :: forall k. k -> Type
data TypeExpr a
type TProject :: a -> TypeExpr (f a)
data TProject a b
сейчас выпадает такая ошибка
• Not a function kind: TypeExpr (f a)
but extra binders found: b
• In the data type declaration for ‘TProject’
Size: a a a
ЗП
type TypeExpr :: forall k. k -> Type
data TypeExpr a
type TProject :: a -> TypeExpr (f a)
data TProject a b
• Not a function kind: TypeExpr (f a)
but extra binders found: b
• In the data type declaration for ‘TProject’
[
JJ
UT
UT
UT
UT