Ticket #351 (closed bug: Fixed)
Missing 'x' in User's Guide 7.7: Arrow Notation
Description
Just before Section 7.7.1, the documentation claims that proc x -> f x -<< x+1 is equivalent to arr (\ x -> (f, x+1)) >>> app If I understand arrows correctly, this should be arr (\ x -> (f x, x+1)) >>> app
Change History
Note: See
TracTickets for help on using
tickets.
