Skip to content

Instantly share code, notes, and snippets.

@chessai
Created January 19, 2018 18:46
Show Gist options
  • Save chessai/56fed1871f3dce73d94c3bdc80838b84 to your computer and use it in GitHub Desktop.
Save chessai/56fed1871f3dce73d94c3bdc80838b84 to your computer and use it in GitHub Desktop.
{-# LANGUAGE CPP #-}
#define InnieOuttie IO
#define class module
#define begin where
#define mayo main
-- #define () Unit
#define memo putStrLn
-- #define :: beA
-- #define = ==
class Example begin
mayo :: InnieOuttie ()
mayo = memo "This one's for you, Drew!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment