This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
In dev
: Purify pirouette
using a pure solve
function, no more IO
from the symbolic engine.
#107
Labels
dev
This is an issue relevant to our `dev` branch
In #99 we remove the explicit calls to a monadic solver session from the symbolic engine; Solving issue #106 will remove enough dependencies that will enable us to completely removing
IO
from the symbolic engine: it shouldn't be in any type, including the interface functions. Pirouette will be totally "pure" at that point.For the record, here's the proposed
solve
function:The text was updated successfully, but these errors were encountered: