Skip to content

Instantly share code, notes, and snippets.

@AyaMorisawa
Created April 25, 2015 16:59
Show Gist options
  • Save AyaMorisawa/c38a1f270db679ef3e32 to your computer and use it in GitHub Desktop.
Save AyaMorisawa/c38a1f270db679ef3e32 to your computer and use it in GitHub Desktop.
import Graphics.Element exposing (..)
s f g x = f x (g x)
k p q = p
i a = a
main : Element
main =
show (s k k "Hello, world!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment