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.
2 parents 42a15ba + 192914c commit 3970eaeCopy full SHA for 3970eae
src/Record.purs
@@ -194,7 +194,7 @@ union l r = runFn2 unsafeUnionFn l r
194
-- | For example, hole `?help` is inferred to have type `{ b :: Int }` here:
195
-- |
196
-- | ```purescript
197
--- | disjoinUnion { a: 5 } ?help :: { a :: Int, b :: Int }
+-- | disjointUnion { a: 5 } ?help :: { a :: Int, b :: Int }
198
-- | ```
199
disjointUnion
200
:: forall r1 r2 r3
0 commit comments