Skip to content

Commit 420983b

Browse files
committed
format
1 parent b4f0285 commit 420983b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/6-semigroups-examples.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const All = x =>
2828
})
2929

3030

31-
3231
const First = x =>
3332
({
3433
x,
@@ -40,7 +39,6 @@ const First = x =>
4039
})
4140

4241

43-
4442
const acct1 = Map({
4543
name: First('Nice guy'),
4644
isPaid: All(true),

0 commit comments

Comments
 (0)