Skip to content

Type.Row exports both a type and a class called Cons #43

Closed
@hdgarrood

Description

@hdgarrood

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions