Ticket #351 (closed bug: Fixed)

Opened 8 years ago

Last modified 43 years ago

Missing 'x' in User's Guide 7.7: Arrow Notation

Reported by: danb_was_taken Owned by: nobody
Priority: normal Milestone:
Component: Documentation Version: 6.4
Keywords: Cc:
Operating System: Architecture:
Type of failure: Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

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

Changed 8 years ago by simonpj

  • status changed from assigned to closed
Logged In: YES 
user_id=50165

Fixed, thank you Ross.
Note: See TracTickets for help on using tickets.