
23 Feb
2011
23 Feb
'11
8:36 p.m.
On Wed, Feb 23, 2011 at 10:52 AM, Chung-chieh Shan
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...