Last active
December 23, 2015 19:49
-
-
Save qoelet/6685205 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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