Empty function interpretations

Issue #246 resolved
Bart Bogaerts created an issue

are not allowed.

for example ColorOf<cf> = {}

This is not handy if the interpretations are automaticcaly generated.

Comments (4)

  1. Bart Bogaerts reporter

    fixed parsing issue: parsing empty interpretations

    see #246. This issue was previously fixed in commit e33445e31a47. However, the fix there was only valid for two-valued interpretations. I extended this to threevalued interpretations.

    Also: added a test for this behaviour

    → <<cset 5baeb18f5bd1>>

  2. Log in to comment