Progression and false-defineds

Issue #627 resolved
Bart Bogaerts created an issue

{ p(next(t)) <- true }

curretnly, the above definition will leave p(start) open when progression is applied. The correct thing is to make p(start) false-defined!

Similar for cases when p(start) occurs as a head but p(t) or p(next(t)) does not...

Comments (1)

  1. Log in to comment