Skip to content

Commit

Permalink
Merge pull request #57 from i-am-the-slime/patch-1
Browse files Browse the repository at this point in the history
Update Record.purs
  • Loading branch information
hdgarrood authored Mar 14, 2020
2 parents 42a15ba + 192914c commit 3970eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Record.purs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ union l r = runFn2 unsafeUnionFn l r
-- | For example, hole `?help` is inferred to have type `{ b :: Int }` here:
-- |
-- | ```purescript
-- | disjoinUnion { a: 5 } ?help :: { a :: Int, b :: Int }
-- | disjointUnion { a: 5 } ?help :: { a :: Int, b :: Int }
-- | ```
disjointUnion
:: forall r1 r2 r3
Expand Down

0 comments on commit 3970eae

Please sign in to comment.