v-nys / cclp

A rewrite of my implementation of the Compiling Control technique, in Racket.
MIT License
1 stars 0 forks source link

Is a disjunctive multi possible? #32

Closed v-nys closed 7 years ago

v-nys commented 7 years ago

The current theory is not sufficient to handle non-deterministic recursion, like in the pathological sameleaves example. But that does not mean it is impossible to deal with this. Could a disjunctive multi abstraction, i.e. one that can unfold to one of two conjunctions, help to obtain a closed analysis?