package mparser-re

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

Module MParser_RE.TokensSource

Sourceval symbol : string -> (string, 's) MParser.t
Sourceval skip_symbol : string -> (unit, 's) MParser.t
Sourceval parens : ('a, 's) MParser.t -> ('a, 's) MParser.t
Sourceval braces : ('a, 's) MParser.t -> ('a, 's) MParser.t
Sourceval brackets : ('a, 's) MParser.t -> ('a, 's) MParser.t
Sourceval squares : ('a, 's) MParser.t -> ('a, 's) MParser.t
Sourceval semi : (char, 's) MParser.t
Sourceval comma : (char, 's) MParser.t
Sourceval colon : (char, 's) MParser.t
Sourceval dot : (char, 's) MParser.t
Sourceval semi_sep : ('a, 's) MParser.t -> ('a list, 's) MParser.t
Sourceval semi_sep1 : ('a, 's) MParser.t -> ('a list, 's) MParser.t
Sourceval semi_sep_end : ('a, 's) MParser.t -> ('a list, 's) MParser.t
Sourceval semi_sep_end1 : ('a, 's) MParser.t -> ('a list, 's) MParser.t
Sourceval semi_end : ('a, 's) MParser.t -> ('a list, 's) MParser.t
Sourceval semi_end1 : ('a, 's) MParser.t -> ('a list, 's) MParser.t
Sourceval comma_sep : ('a, 's) MParser.t -> ('a list, 's) MParser.t
Sourceval comma_sep1 : ('a, 's) MParser.t -> ('a list, 's) MParser.t
Sourceval char_literal : (char, 's) MParser.t
Sourceval string_literal : (string, 's) MParser.t
Sourceval decimal : (int, 's) MParser.t
Sourceval hexadecimal : (int, 's) MParser.t
Sourceval octal : (int, 's) MParser.t
Sourceval binary : (int, 's) MParser.t
Sourceval integer : (int, 's) MParser.t
Sourceval float : (float, 's) MParser.t
OCaml

Innovation. Community. Security.