Library Documentation

As of March 2020, School of Haskell has been switched to read-only mode.

  • vectorBuilder 30 Jul 2014Michael Snoyman

    vectorBuilder is a conduit combinator which allows for efficient yielding of packed data structures. This article describes its usage and implementation.
  • Data.Conduit.Process 10 Oct 2016Michael Snoyman

    Library documentation for Data.Conduit.Process in conduit-extra
  • Conduit Overview 8 Aug 2016Michael Snoyman

    An introduction to the conduit library, a solution to the streaming data problem.
  • ResourceT Overview 8 Aug 2016Michael Snoyman

    ResourceT allows more flexible resource handling than simple bracket usage, while still guaranteeing full exception safety. This introduction demonstrates basic usage.
  • pretty-time 18 Apr 2013Michael Snoyman

    Note that this isn't a real library, but only provided for demonstration purposes.