Skip to content
Snippets Groups Projects
Commit 8ccf2681 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[wp] small fix after rebase

parent 87fb97cc
No related branches found
No related tags found
No related merge requests found
......@@ -305,7 +305,7 @@ let build_automaton ~annotations kf =
in
let build_stmt_transition src dest stmt succ transition =
ignore (build_stmt_next src dest stmt succ transition) in
let rec do_list do_one control labels = function
| [] -> assert false
| stmt :: [] -> do_one control labels stmt
......
......@@ -65,7 +65,7 @@ let apply task ~kf ?bhvs ?prop () =
List.iter (fun bhv ->
task.modes <- { kf ; bhv } :: task.modes
) bhvs ;
Extlib.may (fun ip -> task.props <- `PropId ip) prop ;
Option.iter (fun ip -> task.props <- `PropId ip) prop ;
end
let notyet prop =
......
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