Skip to content
Snippets Groups Projects
Commit a56be05f authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[wp] Filter proved properties

parent f62cdd0b
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ let is_active_mode ~mode (p: Property.t) =
-> assert false (* n/a *)
let is_selected_props (props : props) ?pi pid =
WpPropId.filter_status pid &&
match props with
| `All | `Names [] -> true
| `Names ps -> WpPropId.select_by_name ps pid
......
......@@ -31,7 +31,7 @@ module KFmap = Kernel_function.Map
type task = {
mutable lemmas: LogicUsage.logic_lemma list ;
mutable modes: CfgCalculus.mode KFmap.t ;
mutable modes: CfgCalculus.mode KFmap.t ; (** TODO: when New CFG is validated, use list *)
mutable props: CfgCalculus.props ;
}
......
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