Skip to content

Commit 52297b2

Browse files
Add deprecation notice to kind-specific proxies
1 parent 1d33254 commit 52297b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Type/Data/Boolean.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import Prim.Boolean (True, False)
1818
import Type.Proxy (Proxy(..))
1919

2020
-- | Value proxy for `Boolean` types
21+
-- | **Deprecated:** Use `Type.Proxy` instead
2122
data BProxy :: Boolean -> Type
2223
data BProxy bool = BProxy
2324

src/Type/Data/Ordering.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import Type.Data.Boolean (True, False, BProxy(..))
1818
import Type.Proxy (Proxy(..))
1919

2020
-- | Value proxy for `Ordering` types
21+
-- | **Deprecated:** Use `Type.Proxy` instead
2122
data OProxy :: PO.Ordering -> Type
2223
data OProxy ordering = OProxy
2324

0 commit comments

Comments
 (0)