Skip to Content
Effective Haskell
book

Effective Haskell

by Rebecca Skinner
July 2023
Intermediate to advanced
670 pages
17h 13m
English
Pragmatic Bookshelf
Content preview from Effective Haskell

Summary

In this chapter, you learned how to deal with parsing data using both applicative and monadic style parsing. Haskell’s type system and ecosystem make it particularly well suited to building parsers, and you’ll notice the patterns that you used throughout this chapter pop up regularly when you are writing Haskell code. In fact, it’s not a stretch to say that Haskell programmers will often try to turn problems into a parsing problem in many cases, because the techniques we’ve developed in this chapter are so handy that it’s always a good idea to see if we can use them when we’re presented with some new problem.

This chapter has also served as an example of how to take the work you’ve done so far in this book, learning about many of the ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Grokking Functional Programming

Grokking Functional Programming

Michal Plachta
Grokking Algorithms

Grokking Algorithms

Aditya Bhargava
The Rust Programming Language, 2nd Edition

The Rust Programming Language, 2nd Edition

Steve Klabnik, Carol Nichols

Publisher Resources

ISBN: 9798888650400Errata Page