Module Util_encode_decode
module SE := Seaboar.Encodemodule U32 := Stdint.Uint32type 'a sencode := 'a -> Seaboar.Encode.valuetype 'a sdecode := 'a Seaboar.Decode.tval parse_string :
?consume:[ `All | `Prefix ] ->
'a sdecode ->
string ->
('a, string) Stdlib.result