Query block should become set block

Issue #173 new
Broes De Cat created an issue

Should become formula block (what to do with the variables?). Also, now needs double! { and }, which does not seem natural. Also an empty : if there are no vars is ugly.

Comments (3)

  1. Bart Bogaerts

    You could also argue that this should become a "set" block. Since in fact that's what it is. In our case: a quantset,

    It does not specifically represent a formula, but all tuples in a certain set.

    For example

    {x: true} cannot be represented as a formula without explicitly enumerating the "free" variables

  2. Log in to comment