-
Archives
-
Meta
Monthly Archives: January 2009
MaybeArrow?
As I’ve found myself repeatedly writing a bit of code that looked vaguely like this: get :: SomeArrow String (Maybe Thing) foo :: [Thing] -> FooThing . . . getAToZ :: SomeArrow () (Maybe FooThing) getAToZ = proc () -> … Continue reading
Posted in Haskell
10 Comments