As in #23 the --test_string parameter is currently in the translated Haskell syntax, which is hard to guess. It should be in Isabelle and converted in a similar way. However we can't just translate the prefix (e.g. eval (St (Int_of_integer 0))) as on its own it's not a valid session etc
As in #23 the
--test_string
parameter is currently in the translated Haskell syntax, which is hard to guess. It should be in Isabelle and converted in a similar way. However we can't just translate the prefix (e.g.eval (St (Int_of_integer 0))
) as on its own it's not a valid session etc