package otoml

  1. Overview
  2. Docs

Module Otoml.ParserSource

Sourceval from_file : string -> t
Sourceval from_channel : in_channel -> t
Sourceval from_string : string -> t
Sourceval from_file_result : string -> (t, string) result
Sourceval from_channel_result : in_channel -> (t, string) result
Sourceval from_string_result : string -> (t, string) result
Sourceval format_parse_error : (int * int) option -> string -> string
OCaml

Innovation. Community. Security.