Skip to content

Instantly share code, notes, and snippets.

View mayeranalytics's full-sized avatar

Mayer Analytics mayeranalytics

View GitHub Profile
@mayeranalytics
mayeranalytics / indented_parsec_example.hs
Last active July 24, 2016 03:34 — forked from sw17ch/indented_parsec_example.lhs
A full example demonstrating the use of the indentation parser provided by the 'indents' package: http://hackage.haskell.org/package/indents - 'unliterate' version
{-
This is the 'unliterate' version of indented_parsec_example.hsl.
You can load this file into your favourite your browser and
inspect it there.
-}
module Main where
{- First, import all the needed modules. -}