-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
purs-0.15A reminder to address this issue or merge this PR before we release PureScript v0.15.0A 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.A change that requires a major version bump.
Description
As discussed in #230, we need to change this type signature:
purescript-prelude/src/Data/Symbol.purs
Line 23 in 1100459
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
Labels
purs-0.15A reminder to address this issue or merge this PR before we release PureScript v0.15.0A 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.A change that requires a major version bump.