We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a2eba commit 13a09d8Copy full SHA for 13a09d8
src/Data/Symbol.purs
@@ -16,7 +16,7 @@ class IsSymbol (sym :: Symbol) where
16
-- Note: Before v0.14.0, we did not have polykinds. Thus, we needed
17
-- kind-specific proxy types to pass a Symbol around.
18
-- Once v0.14.0 was released, we could use the kind-generic `Proxy` type
19
- -- insteand. However, to reduce the code breakage, we're using
+ -- instead. However, to reduce code breakage, we're using
20
-- `forall proxy. proxy sym` here so that `SProxy` code will still compile.
21
-- When PureScript makes a new breaking release after the v0.14.0 release,
22
-- this type signature will be updated to `Proxy sym -> String`.
0 commit comments