Skip to content

Instantly share code, notes, and snippets.

@thomwiggers
Created October 25, 2013 20:33
Show Gist options
  • Save thomwiggers/7161398 to your computer and use it in GitHub Desktop.
Save thomwiggers/7161398 to your computer and use it in GitHub Desktop.
module test
import StdEnv
testfunctie :: Int -> (Int Int -> Int)
testfunctie 1 = (+)
Start = (testfunctie 1) 2 3 // output: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment