Arrows (Freyd-categories) are a generalization of Monads.
32
votes
2answers
2k views
Help Understanding Arrows in Haskell
I've been trying to get a grip on arrows, since they're the basis of most FRP implementations. I think I understand the basic idea - they're related to monads but store static information at each ...
4
votes
1answer
255 views
Pikachoose/Fancybox Integration - navigation arrows on the lightbox
I'm using the Fancybox integration with Pikachoose as explained here:
http://www.pikachoose.com/how-to-fancybox/
I'm trying to get the lightbox to display next and previous arrows but not on the ...
33
votes
1answer
3k views
Monads vs. Arrows
I'm broadly familiar with the concepts of monads and arrows as used in functional programming. I also understand that they can be used to solve similar kinds of problems.
However - I'm still a bit ...
17
votes
4answers
1k views
Resources for learning Monads, Functors, Monoids, Arrows etc
Can you people please suggest some good books / weblinks from where I can get to learn about above mentioned concepts?
(Please note that I am a Java programmer and have NO prior experience with ...
15
votes
2answers
972 views
How does the Haskell rec keyword work?
In arrow do notation, you can use the rec keyword to write recursive definitions. So for example:
rec
name <- function -< input
input <- otherFunction -< name
How can this ever ...
11
votes
1answer
1k views
Haskell: Am I misunderstanding how Arrows may be used?
I wrote some toy code to play with the concept of Arrows. I wanted to see if I could write an Arrow which encoded the concept of a stateful function - giving a different value after different calls.
...
10
votes
2answers
472 views
Creative uses of arrows
I just read the post Creative uses of monads, that is crowded of very interesting ideas and references, so I got curious: what about arrows?
I'm not looking for personal opinions or references on the ...
6
votes
2answers
466 views
Arrow Box with CSS
How can I make this box in CSS?
I've seen a few tutorials that teach how to create boxes with arrows, however, in my case, none of those tutorials are suitable.