Improve overview and experiment naming
[khatus.git] / x3 / src / lib / khatus_msg_parser.mli
1 type error =
2 [ `Bad_format_of_msg_head
3 | `Bad_format_of_msg_content
4 ]
5
6 val parse_msg : Lexing.lexbuf -> (Khatus_msg.t, error) result
This page took 0.046916 seconds and 4 git commands to generate.