package ostap

  1. Overview
  2. Docs
type t = string -> int -> [ `Skipped of int | `Failed of string ]
val comment : string -> string -> string -> int -> [> `Failed of string | `Skipped of int ]
val nestedComment : string -> string -> string -> int -> [> `Failed of string | `Skipped of int ]
val lineComment : string -> string -> int -> [> `Skipped of int ]
val whitespaces : string -> string -> int -> [> `Skipped of int ]
val create : (string -> int -> [< `Failed of string | `Skipped of int Skipped ]) list -> string -> int -> Msg.Coord.t -> [> `Failed of Msg.t | `Skipped of int * Msg.Coord.t ]
OCaml

Innovation. Community. Security.