package batteries

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

Module Library.OCamlSource

Sourceval comment_delimiters : (string * string) option
Sourceval line_comment_start : string option
Sourceval nested_comments : bool
Sourceval ident_start : (char, char, BatCharParser.position) BatParserCo.t
Sourceval ident_letter : (char, char, BatCharParser.position) BatParserCo.t
Sourceval op_start : (char, char, BatCharParser.position) BatParserCo.t
Sourceval op_letter : (char, char, BatCharParser.position) BatParserCo.t
Sourceval reserved_names : string list
Sourceval case_sensitive : bool

true if the language is case-sensitive, false otherwise. If the language is not case-sensitive, every identifier is returned as lower-case.

OCaml

Innovation. Community. Security.