
30 Dec
2014
30 Dec
'14
11:23 a.m.
On Thu, Dec 25, 2014 at 04:34:19PM -0700, Richard Wallace wrote:
I've been working to encode a fairly complex flow chart.
What precisely do you mean by "flow chart"? If you mean something loosely described as "a sequence of nodes which lets you perform actions and choose a next path based on the results of those actions" then isn't each node just `M Bool` for some monad of appropriate actions `M`? Tom