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
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
typeConsRL=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.