Skip to content

Commit 556ad85

Browse files
Add deprecation notice to RProxy and RLProxy
1 parent 13a09d8 commit 556ad85

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Type/Data/Row.purs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ module Type.Data.Row where
33
-- | A proxy data type whose type parameter is a type of kind `Row Type` (a row
44
-- | of types).
55
-- |
6+
-- | **Deprecated as of v0.14.0 PureScript release**: use `Type.Proxy` instead.
7+
-- |
68
-- | Commonly used for specialising a function with a quantified type.
79
-- | For example, suppose we have an identity function for records of type:
810
-- | ```purescript

src/Type/Data/RowList.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ module Type.Data.RowList where
33
import Prim.RowList (RowList)
44

55
-- | A proxy to carry information about a rowlist.
6+
-- | **Deprecated as of v0.14.0 PureScript release**: use `Type.Proxy` instead.
67
data RLProxy (rowlist :: RowList Type)
78
= RLProxy

0 commit comments

Comments
 (0)