Segfault when forgetting isa int

Issue #677 resolved
Bart Bogaerts created an issue

Forgetting isa int causes IDP not to recognise one of the minus signs... Parser segfaults

Comments (2)

  1. Ingmar Dasseville

    De nieuwe parser doet het wel al goed: Right [Vocabulary "V" [TypeDecl ["T"] Nothing Nothing Nothing,PFDecl ["x"] Nothing (Just ["T"]),PFDecl ["y"] Nothing (Just ["T"]),PFDecl ["z"] Nothing (Just ["T"])],Theory "T" ["V"] [FormulaStatement (EqChainForm (EqChain (ConnectedT Minus (IntegerTerm 0) (AtomTerm (Atom ["x"] Nothing Nothing))) [(EQ,ConnectedT Minus (AtomTerm (Atom ["y"] Nothing Nothing)) (AtomTerm (Atom ["z"] Nothing Nothing)))]))],Structure "S" ["V"] [InterDecl (ThreeValued (Variable ["T"] Nothing) Nothing) (ElemList [InterList [IntRange 1 2]])],Lua "main" [] "stdoptions.cpsupport=true\n\n\t\n"]

  2. Log in to comment