Skip to content

Commit

Permalink
update profunctor paper link
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed May 14, 2024
1 parent 6fb192d commit 283803f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Data/Profunctor.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--
-- For a good explanation of profunctors in Haskell see Dan Piponi's article:
--
-- <http://blog.sigfpe.com/2011/07/profunctors-in-haskell.html>
-- <https://github.com/dpiponi/StableBlog/blob/main/Profunctors/Profunctors.pdf>
--
-- For more information on strength and costrength, see:
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Profunctor/Composition.hs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type Iso s t a b = forall p f. (Profunctor p, Functor f) => p a (f b) -> p s (f
-- For a good explanation of 'Profunctor' composition in Haskell
-- see Dan Piponi's article:
--
-- <http://blog.sigfpe.com/2011/07/profunctors-in-haskell.html>
-- <https://github.com/dpiponi/StableBlog/blob/main/Profunctors/Profunctors.pdf>
--
-- 'Procompose' has a polymorphic kind since @5.6@.

Expand Down
2 changes: 1 addition & 1 deletion src/Data/Profunctor/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
--
-- For a good explanation of profunctors in Haskell see Dan Piponi's article:
--
-- <http://blog.sigfpe.com/2011/07/profunctors-in-haskell.html>
-- <https://github.com/dpiponi/StableBlog/blob/main/Profunctors/Profunctors.pdf>
--
-- This module includes /unsafe/ composition operators that are useful in
-- practice when it comes to generating optimal core in GHC.
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Profunctor/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
--
-- For a good explanation of profunctors in Haskell see Dan Piponi's article:
--
-- <http://blog.sigfpe.com/2011/07/profunctors-in-haskell.html>
-- <https://github.com/dpiponi/StableBlog/blob/main/Profunctors/Profunctors.pdf>
--
-- For more information on strength and costrength, see:
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Profunctor/Unsafe.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
--
-- For a good explanation of profunctors in Haskell see Dan Piponi's article:
--
-- <http://blog.sigfpe.com/2011/07/profunctors-in-haskell.html>
-- <https://github.com/dpiponi/StableBlog/blob/main/Profunctors/Profunctors.pdf>
--
-- This module includes /unsafe/ composition operators that are useful in
-- practice when it comes to generating optimal core in GHC.
Expand Down

0 comments on commit 283803f

Please sign in to comment.