Skip to content

Commit b15bbbb

Browse files
committed
Lesson 24 rename
1 parent 5e3a33a commit b15bbbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/natural-transformations.js renamed to examples/24-natural-transformations.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ const { Box, Either, Right, Left, fromNullable } = require('../examples/lib')
33
const Task = require('data.task')
44

55

6+
7+
8+
69
const boxToEither = b =>
710

811
// must go to Right

0 commit comments

Comments
 (0)