a4296f6d31403d405ec0b640f303ff15dfe10c9c
[khatus.git] / v3 / 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.043506 seconds and 3 git commands to generate.