Skip to content

Instantly share code, notes, and snippets.

View chrissound's full-sized avatar

Chris Stryczynski chrissound

View GitHub Profile
@hatashiro
hatashiro / digestive-functors-tutorial.md
Last active June 17, 2018 07:47
Digestive functors tutorial in Markdown
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-do-bind #-}
import Control.Applicative ((<$>), (<*>))
import Data.Maybe (isJust)
import Data.Text (Text)
import Text.Blaze ((!))