[Haskell-cafe] HANSEI in Haskell?

Leon Smith leon.p.smith at gmail.com
Thu Feb 24 02:36:03 CET 2011


On Wed, Feb 23, 2011 at 10:52 AM, Chung-chieh Shan
<ccshan at cs.rutgers.edu> wrote:
> Mostly we preferred (as do the domain experts we target) to write
> probabilistic models in direct style rather than monadic style.
> Haskell's laziness doesn't help -- in fact, to avoid running out of
> memory, we'd have to defeat that memoization by sprinkling "() ->"
> throughout the types.

I don't think that "() ->" is even guaranteed to work...



More information about the Haskell-Cafe mailing list