Skip to content

Instantly share code, notes, and snippets.

View TravisCardwell's full-sized avatar

Travis Cardwell TravisCardwell

View GitHub Profile
@TravisCardwell
TravisCardwell / GingerFunDemo.hs
Last active July 23, 2020 10:23
demonstration of defining a custom function in ginger
#!/usr/bin/env stack
{- stack
script
--resolver lts-16.6
--package ginger
--package text
-}
-- This is a demonstration of defining a custom function in ginger.
--
@TravisCardwell
TravisCardwell / GingerDemo.hs
Created July 22, 2020 12:30
demonstration of using template inheritance in ginger
#!/usr/bin/env stack
{- stack
script
--resolver lts-16.6
--package filepath
--package ginger
--package text
-}
-- This is a demonstration of using template inheritance in ginger.