parsexp_io
S-expression parsing library (IO functions)
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library parsexp_io
val load :
(module Parsexp.Parser with type parsed_value = 'a) ->
filename:string ->
( 'a, Parsexp.Parse_error.t ) result
val load_exn :
(module Parsexp.Parser with type parsed_value = 'a) ->
filename:string ->
'a
val load_conv :
( 'a, 'b ) conv_mode ->
filename:string ->
( Base.Sexp.t -> 'a ) ->
( 'b, Parsexp.Conv_error.t ) result
val load_conv_exn :
( 'a, 'b ) conv_mode ->
filename:string ->
( Base.Sexp.t -> 'a ) ->
'b