Merge branch 'cache-dumper'
[khatus.git] / src / ocaml / lib / khatus_msg_parser.mli
CommitLineData
c6a7396e
SK
1val parse_msg
2 : Lexing.lexbuf
3 ->
4 ( Khatus_msg.t
5 , [ `Bad_format_of_msg_head
6 | `Bad_format_of_msg_content
7 ]
8 ) result
This page took 0.020289 seconds and 4 git commands to generate.