Constructed types with dubious elements in the structure cause segfault

Issue #937 duplicate
Joachim Jansen created an issue

Very early in the run of IDP (I assume somewhere during parsing and structure creation) a segfault is thrown for the following example:

vocabulary V {
    type t constructed from { C(string), C(int) }
}

theory T : V {}

structure S : V {
    t = {C("3"); C(2)}
}

Comments (1)

  1. Log in to comment