Programming in Haskell Quotes

Rate this book
Clear rating
Programming in Haskell Programming in Haskell by Graham Hutton
497 ratings, 4.09 average rating, 52 reviews
Programming in Haskell Quotes Showing 1-1 of 1
“More generally, the applicative style for IO supports a form of interactive programming in which we can apply pure functions to impure arguments without the need to manage the sequencing of actions or the extraction of result values, as this is taken care of automatically by the applicative machinery.”
Graham Hutton, Programming in Haskell