-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In purescript I can write smth like
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?
And also how about smth like https://pursuit.purescript.org/builtins/docs/Prim in hamler?
I mean classes for Row, RowLists, etc
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request