Skip to content

Commit 25bf43a

Browse files
Update module name for Costar (#127)
1 parent 2e72b1d commit 25bf43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Lens/Grate.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Data.Lens.Types (Grate, Grate', Optic, AGrate)
2121
import Data.Newtype (unwrap)
2222
import Data.Profunctor (dimap)
2323
import Data.Profunctor.Closed (closed)
24-
import Data.Profunctor.Costar (Costar(..))
24+
import Data.Functor.Costar (Costar(..))
2525

2626
grate :: forall s t a b. (((s -> a) -> b) -> t) -> Grate s t a b
2727
grate f pab = dimap (#) f (closed pab)

0 commit comments

Comments
 (0)