package ostap

  1. Overview
  2. Docs

Module Matcher.SkipSource

Sourcetype t = string -> int -> [ `Skipped of int | `Failed of string ]
Sourceval comment : string -> string -> string -> int -> [> `Failed of string | `Skipped of int ]
Sourceval nestedComment : string -> string -> string -> int -> [> `Failed of string | `Skipped of int ]
Sourceval lineComment : string -> string -> int -> [> `Skipped of int ]
Sourceval whitespaces : string -> string -> int -> [> `Skipped of int ]
Sourceval 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 ]