module Stog_ocaml_types:sig
..end
type input = {
|
in_phrase : |
type result =
| |
Exc of |
| |
Ok of |
| |
Handled_error of |
val read_input : Pervasives.in_channel -> input
val write_input : Pervasives.out_channel -> input -> unit
val read_result : Pervasives.in_channel -> result
val write_result : Pervasives.out_channel -> result -> unit