Skip to content
Snippets Groups Projects
Commit 778cc7ca authored by Nicolas Voirol's avatar Nicolas Voirol
Browse files

More precise types

parent acbea642
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ trait QuantificationTemplates { self: Templates =>
val inst: Variable = Variable(FreshIdentifier("inst", true), BooleanType)
val insts = inst -> encodeSymbol(inst)
val extraClause = mkImplies(pathVar._2, mkEquals(insts._2, pT))
(Some(inst), Negative(insts), Seq(extraClause), Map.empty)
(Some(inst), Negative(insts), Seq(extraClause), Map.empty[Variable, Encoded])
case None =>
val q: Variable = Variable(FreshIdentifier("q", true), BooleanType)
......
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