On 14 February 2010 16:02, Henk-Jan van Tuyl <hjgt...@chello.nl> wrote:
> The symbols that are not specified in a library can be found here:
>  http://www.haskell.org/haskellwiki/Keywords
> Hoogle used to show links to this page, when a keyword was searched, but not
> anymore.

In section 5 ! on this page it says

> Finally, it is the array subscript operator:
>
> let x = arr ! 10

Shouldn't this be

let x = arr !! 10

?
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to