Skip to content
Snippets Groups Projects
Commit 1c6f06d2 authored by Valentin Perrelle's avatar Valentin Perrelle Committed by Virgile Prevosto
Browse files

[Aorai] Linting

parent 670567a5
No related branches found
No related tags found
No related merge requests found
...@@ -68,4 +68,3 @@ let init_states g = ...@@ -68,4 +68,3 @@ let init_states g =
let edges g = let edges g =
fold_edges_e (fun e acc -> e :: acc) g [] fold_edges_e (fun e acc -> e :: acc) g []
...@@ -40,4 +40,3 @@ val of_automaton : Promelaast.typed_automaton -> t ...@@ -40,4 +40,3 @@ val of_automaton : Promelaast.typed_automaton -> t
val states : t -> state list val states : t -> state list
val init_states : t -> state list val init_states : t -> state list
val edges : t -> edge list val edges : t -> edge list
...@@ -121,8 +121,8 @@ struct ...@@ -121,8 +121,8 @@ struct
in in
let initialized' = List.fold_left add_initialized initialized act in let initialized' = List.fold_left add_initialized initialized act in
Aorai_option.debug ~dkey "%a {%a} -> %a {%a}" Aorai_option.debug ~dkey "%a {%a} -> %a {%a}"
pretty_state src pretty_set initialized pretty_state src pretty_set initialized
pretty_state dst pretty_set initialized'; pretty_state dst pretty_set initialized';
InitializedSet initialized' InitializedSet initialized'
end end
......
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