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.
insert
RowLacks
1 parent 4e3281d commit 0794426Copy full SHA for 0794426
src/Data/Record.purs
@@ -75,7 +75,7 @@ modify l f r = set l (f (get l r)) r
75
-- |
76
-- | ```purescript
77
-- | insert (SProxy :: SProxy "x")
78
--- | :: forall r a. a -> { | r } -> { x :: a | r }
+-- | :: forall r a. RowLacks "x" r => a -> { | r } -> { x :: a | r }
79
-- | ```
80
81
:: forall r1 r2 l a
0 commit comments