Skip to content

Update type signature for reflectSymbol for PureScript 0.15 #231

Closed
@thomashoneyman

Description

@thomashoneyman

As discussed in #230, we need to change this type signature:

reflectSymbol :: forall proxy. proxy sym -> String

...when PureScript 0.15 comes out. The signature is using a type variable proxy instead of Proxy just to avoid too much breakage in 0.14, but we'll want to update it in the next compiler version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    purs-0.15A reminder to address this issue or merge this PR before we release PureScript v0.15.0type: breaking changeA change that requires a major version bump.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions