Skip to content

Commit bcf0d11

Browse files
committed
Use ~> (Data.NaturalTransformation)
1 parent b9be0a7 commit bcf0d11

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
@@ -18,7 +18,7 @@ newtype Mu f = In (f (Mu f))
1818
transMu
1919
f g
2020
. (Functor g)
21-
( a. f a g a)
21+
f ~> g
2222
Mu f
2323
Mu g
2424
transMu η =

0 commit comments

Comments
 (0)