FS
Monday, December 27, 2010
Editing XML in Haskell
›
edit: Here's an hpaste for the solution I eventually came up with: http://hpaste.org/42628/xml_cursor_monad I recently found myself want...
3 comments:
Monday, December 28, 2009
Adventures in Parsec
›
Part I - An introduction to Parsec The basic type of a monadic parser is a function from an input string to a parse result, along with the r...
4 comments:
Saturday, April 18, 2009
Using Haskeline
›
Earlier today I decided to unearth an old project of mine - figuring that the best way to learn two languages was to implement one in the ot...
Sunday, February 15, 2009
MaybeT - The CPS Version
›
> {-# LANGUAGE Rank2Types #-} > import Control.Monad I think I finally understand writing code into continuation passing style. I...
2 comments:
Thursday, February 12, 2009
Dependencies in Hackage, revisited
›
In a previous post I described how to scrape the Hackage website to do reverse lookups on package dependency data for packages hosted on H...
Saturday, June 21, 2008
Haskell Snippets
›
I'm a huge fan of the function mapMaybe , but once I move from the 'Maybe' monad into something more complex (such as ReaderT r ...
1 comment:
Sunday, February 10, 2008
HTML Scraping with TagSoup
›
Earlier today I wanted to know the packages on Hackage which stated a dependency on Parsec , so I wrote a command-line utility to do it. T...
2 comments:
›
Home
View web version