Skip to content

Instantly share code, notes, and snippets.

@ion1
Created April 28, 2015 20:39
Show Gist options
  • Select an option

  • Save ion1/94b15b471dfcb6ab9f84 to your computer and use it in GitHub Desktop.

Select an option

Save ion1/94b15b471dfcb6ab9f84 to your computer and use it in GitHub Desktop.
(.)(.)(.)
@@ @djinn @type (.)
f a b c = a (b c)
@@ @djinn @type (.)(.)
f a b c d = a b (c d)
@@ @djinn @type (.)(.)(.)
f a b c d = a (b c d)
@@ @djinn @type (.)(.)(.)(.)
f a b c d e = a b c (d e)
@@ @djinn @type (.)(.)(.)(.)(.)
f a b c d = a (b (c d))
@@ @djinn @type (.)(.)(.)(.)(.)(.)
f a b c d e = a (b c) (d e)
@@ @djinn @type (.)(.)(.)(.)(.)(.)(.)
f a b c d e = a b (c d e)
@@ @djinn @type (.)(.)(.)(.)(.)(.)(.)(.)
f a b c d e = a (b c d e)
@@ @djinn @type (.)(.)(.)(.)(.)(.)(.)(.)(.)
f a b c d e f = a b c d (e f)
@@ @djinn @type (.)(.)(.)(.)(.)(.)(.)(.)(.)(.)
f a b c d e = a (b c) (d e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment