Skip to content

Commit 1bce15e

Browse files
authored
Merge pull request #5 from mlang/NaturalTransformation
Use ~> (Data.NaturalTransformation)
2 parents c3fd30b + bcf0d11 commit 1bce15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Functor/Mu.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ newtype Mu f = In (f (Mu f))
1919
transMu
2020
f g
2121
. (Functor g)
22-
( a. f a g a)
22+
f ~> g
2323
Mu f
2424
Mu g
2525
transMu η =

0 commit comments

Comments
 (0)