ekmett / machines

Networks of composable stream transducers
Other
339 stars 46 forks source link

Add unfoldPlan for unfolding a 'stateful PlanT' into a MachineT from a start state. #69

Closed tpsinnem closed 8 years ago

tpsinnem commented 8 years ago

Works a bit like 'repeatedly', but the 'Done' value at the end of the plan is used to spawn the next iteration of the plan.