RowList-related types and classes have been removed from Type.Row and
moved into Type.RowList, in order to prepare for an upcoming compiler
change whereby a module will no longer be allowed to re-export both a
type and a class of the same name; see purescript/purescript#3502
Refs #43, fixes #46.
RowList-related types and classes have been removed from Type.Row and moved into Type.RowList, in order to prepare for an upcoming compiler change whereby a module will no longer be allowed to re-export both a type and a class of the same name; see purescript/purescript#3502