Skip to content

Commit 9a08737

Browse files
Add notice of SProxy deprecation
1 parent 5a31dfd commit 9a08737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Data/Symbol.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module Data.Symbol
88
import Type.Proxy (Proxy(..))
99

1010
-- | A value-level proxy for a type-level symbol.
11+
-- | **Deprecated as of v0.14.0 PureScript release**: use `Type.Proxy` instead.
1112
data SProxy (sym :: Symbol) = SProxy
1213

1314
-- | A class for known symbols

0 commit comments

Comments
 (0)