Skip to content

Instantly share code, notes, and snippets.

@killerswan
Created January 3, 2015 08:53
Show Gist options
  • Save killerswan/a5c44f80fefaa655eb46 to your computer and use it in GitHub Desktop.
Save killerswan/a5c44f80fefaa655eb46 to your computer and use it in GitHub Desktop.
main :: ...
main =
let
notMagic :: ...
notMagic = putStrLn . readExpr . head
in
notMagic =<< getArgs`
@killerswan
Copy link
Author

Where ... is the types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment