Skip to content

Instantly share code, notes, and snippets.

@qoelet
Last active December 23, 2015 19:49
Show Gist options
  • Save qoelet/6685205 to your computer and use it in GitHub Desktop.
Save qoelet/6685205 to your computer and use it in GitHub Desktop.
-- from a pair to a triple.
-- a lambda for my newborn son.
((\z (x,y) -> (x, y, z)) "Isaac" ((\x y -> (x,y)) "Kenny" "Audrey"))
-- ("Kenny","Audrey","Isaac")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment