Closed
Description
At the moment, Type.Row re-exports both Prim.Row.Cons and Prim.RowList.Cons. Unfortunately, this will be disallowed at some point in the future (see purescript/purescript#3502 and purescript/purescript#1888), so presumably we will need to remove one of them.
Perhaps we can export a type synonym along the lines of
type ConsRL = Prim.RowList.Cons
so that at least you don't need to separately import Prim.RowList if you were previously using Prim.RowList.Cons via Type.Row.
Metadata
Metadata
Assignees
Labels
No labels