Skip to content
Snippets Groups Projects
Commit e6b03181 authored by erwan's avatar erwan
Browse files

sasa -reg: generate an action in state.ml (as required by the API)

parent e2328c64
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@ let (f: string list -> string * string * string -> unit) =
let to_string _ = \"define_me\"
let of_string = None
let copy x = x
let actions = [\"a\"]
";
flush oc;
close_out oc;
......
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