id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
351	Missing 'x' in User's Guide 7.7: Arrow Notation	danb_was_taken	nobody	"{{{
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
}}}"	bug	closed	normal		Documentation	6.4	Fixed										
