You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type RowApply (f :: # Type -> # Type) (a :: # Type) = f a
infixr 0 type RowApply as +
type X r = (a :: Integer | r)
type Y r = (b :: String | r)
-- type Z = X + Y + ()
But in hamler () is Unit type. What is an alternative for empty row in hamler?
In purescript I can write smth like
But in hamler
()
isUnit
type. What is an alternative for empty row in hamler?And also how about smth like https://pursuit.purescript.org/builtins/docs/Prim in hamler?
I mean classes for Row, RowLists, etc
The text was updated successfully, but these errors were encountered: