Login / Register


Share Snipplr


Welcome To Snipplr


Everyone's Recent Haskell Snippets



« Prev 1 Next »
This example is a basic HTML5 page structure that you can use for developing of your HTML5 website layout.
0 907 posted 11 years ago by apphp-snippets
The `filtermap` functional below allows to perform the standard `map` and `filter` operations in one go. The mapping function has to return a `Maybe` monad, and values of `Nothing` are filtered out.
0 1471 posted 12 years ago by deepsoul
HSH is a cool haskell library that allows you to leverage your shell scripting prowess in haskell programs. In this simple broadcatcher, I use curl for http get, and other standard unix tools for tracking history (so we don't get the same file twice...
1 814 posted 14 years ago by softmechanics
« Prev 1 Next »