Closed ekmett closed 9 years ago
Done in HEAD.
I imagine we wouldn't be able to enumerate all solutions, but only those that explore possible choices for the unconstrained bits. There might be other solutions that are not compatible with the particular choices made by the prover
Sure, it enumerates a subset of possible solutions, definitely.
We currently use
but we could upgrade it to
Then we'd get the current definition from
f = Maybe
, but the[]
instance could enumerate solutions, while otherAlternative
instances could might more intelligently.