orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
41 stars 3 forks source link

Typo in reference manual (section 11.4.18) #140

Closed arthurp closed 8 years ago

arthurp commented 8 years ago

From the manual for list functions:

11.4.18. def def def zipWith[A, B, C](lambda %28A, B%29 :: C, List[A], List[B]) :: List[C]

This is in the published version at: http://www.orc-lang.org/documentation/html/refmanual/ref.stdlib.list.html