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

Added set matchers for quantification

parent 4ff7a4dc
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ object Quantification {
case Application(e, args) => Some(e -> args)
case ArraySelect(arr, index) => Some(arr -> Seq(index))
case MapApply(map, key) => Some(map -> Seq(key))
// case ElementOfSet(set, elem) => Some(set -> Seq(elem))
case ElementOfSet(elem, set) => Some(set -> Seq(elem))
case _ => None
}
}
......
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