mathiasbynens / small

Smallest possible syntactically valid files of different types
https://mathiasbynens.be/notes/minimal-html
1.91k stars 186 forks source link

Improve Haskell example #98

Open gergoerdi opened 5 years ago

gergoerdi commented 5 years ago

The smallest possible executable Haskell would be one that doesn't actually do anything

lynn commented 5 years ago

main=pure() (lose the space) is shorter still.