Skip to content
Snippets Groups Projects
Verified Commit af22f5be authored by Ogilvie, D.H. (Duncan)'s avatar Ogilvie, D.H. (Duncan)
Browse files

fix compile error

parent 07057116
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ lExprToZ3AstAlgebra = (flConst, flVar, flNot, flBinop, flComp, flQuant, flArray,
case o of
QAll -> mkForallConst [] [vApp] a
QAny -> mkExistsConst [] [vApp] a
_ -> error $ "unsupported quantifier domain type: " show (o, v)
_ -> error $ "unsupported quantifier domain type: " ++ show (o, v)
flArray v a' = do v <- flVar v
a <- a'
mkSelect v a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment