module Str:S
with type source = string
type
source
val parse : source ->
'a CCApp_parse.t -> ('a, CCApp_parse.error) CCApp_parse.result
val parse' : source -> 'a CCApp_parse.t -> ('a, string) CCApp_parse.result
CCApp_parse.S.parse
, but returns a user-friendly string in case of failureval parse_exn : source -> 'a CCApp_parse.t -> 'a