package ocaml-inifiles

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | Newline
  2. | EOF
  3. | Section of string
  4. | Value of string * string
val inifile : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> (string * (string * string) list) list