package parsexp_io

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Parsexp_ioSource

Sourceval load : (module Parsexp.Parser with type parsed_value = 'a) -> filename:string -> ('a, Parsexp.Parse_error.t) result
Sourceval load_exn : (module Parsexp.Parser with type parsed_value = 'a) -> filename:string -> 'a
Sourcetype ('a, 'b) conv_mode =
  1. | Single : ('a, 'a) conv_mode
  2. | Many : ('a, 'a list) conv_mode
Sourceval load_conv : ('a, 'b) conv_mode -> filename:string -> (Base.Sexp.t -> 'a) -> ('b, Parsexp.Conv_error.t) result
Sourceval load_conv_exn : ('a, 'b) conv_mode -> filename:string -> (Base.Sexp.t -> 'a) -> 'b
OCaml

Innovation. Community. Security.