Skip to content

Commit da9ff3a

Browse files
author
Marcin Szamotulski
committed
include @paf31 review
1 parent e992eef commit da9ff3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Data/Coyoneda.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ unCoyoneda f (Coyoneda e) = runExists (\(CoyonedaF k fi) -> f k fi) e
103103

104104
-- | Lift a value described by the type constructor `f` to `Coyoneda f`.
105105
-- |
106-
-- | Note that for any `f` `liftCoyoneda` has a right inverse
106+
-- | Note that for any functor `f` `liftCoyoneda` has a right inverse
107107
-- | `lowerCoyoneda`:
108108
-- | ```purescript
109109
-- | liftCoyoneda <<< lowerCoyoneda $ (Coyoneda e)
110-
-- | = liftCoyoneda <<< unCoyoneda map $ (Coyonead e)
110+
-- | = liftCoyoneda <<< unCoyoneda map $ (Coyoneda e)
111111
-- | = liftCoyonead (runExists (\(CoyonedaF k fi) -> map k fi) e)
112112
-- | = liftCoyonead (Coyoneda e)
113113
-- | = coyoneda id (Coyoneda e)

0 commit comments

Comments
 (0)