Sciweavers

58 search results - page 1 / 12
» Monadic Parsing in Haskell
Sort
View
JFP
1998
39views more  JFP 1998»
14 years 10 months ago
Monadic Parsing in Haskell
Graham Hutton, Erik Meijer
HASKELL
2008
ACM
15 years 16 hour ago
Making monads first-class with template haskell
Monads as an organizing principle for programming and semantics are notoriously difficult to grasp, yet they are a central and powerraction in Haskell. This paper introduces a do...
Pericles S. Kariotis, Adam M. Procter, William L. ...
WOTUG
2008
15 years 11 days ago
Communicating Haskell Processes: Composable Explicit Concurrency using Monads
Writing concurrent programs in languages that lack explicit support for concurrency can often be awkward and difficult. Haskell's monads provide a way to explicitly specify se...
Neil C. C. Brown
ICFP
2006
ACM
15 years 11 months ago
Programming monads operationally with Unimo
Monads are widely used in Haskell for modeling computational effects, but defining monads remains a daunting challenge. Since every part of a monad's definition depends on it...
Chuan-Kai Lin
ICFP
2002
ACM
15 years 11 months ago
Composing monads using coproducts
Monads are a useful abstraction of computation, as they model diverse computational effects such as stateful computations, exceptions and I/O in a uniform manner. Their potential ...
Christoph Lüth, Neil Ghani