[Haskell-cafe] Encoding for flow charts

Tom Ellis tom-lists-haskell-cafe-2013 at jaguarpaw.co.uk
Tue Dec 30 16:23:25 UTC 2014


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


More information about the Haskell-Cafe mailing list