-
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.0
Description
The type-level integers PR for the compiler was recently merged and it introduces automatic solving for the Reflectable
class which is defined as the following.
module Data.Reflectable where
class Reflectable :: forall k. k -> Type -> Constraint
class Reflectable v t | v -> t where
reflectType :: forall proxy. proxy v -> t
I'll open a PR once ES modules land in this repository.
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.0