Skip to content

Instantly share code, notes, and snippets.

View jtzero's full-sized avatar
🥸

Kyle Behrens jtzero

🥸
View GitHub Profile
@expede
expede / witchcraft_monadic_do.ex
Last active May 20, 2020 15:54
Witchcraft Monadic Do Notation Primer
# ========
# NOTATION
# ========
# Control.Monad (Haskell) Bind
>>=
# Witchcraft.Chain.bind (Elixir)
>>>