This document provides a quick tour of the Parsec parsing library in Haskell. It introduces the basic types and functions in Parsec, demonstrates simple parsers for characters and strings, and shows how parsers can be combined using do notation and other functions. It also gives examples of parsing phone book entries, handling parser failure, and defining expression parsers and language grammars with Parsec.