package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type STRING = sig ... end
type !'a gen = unit -> 'a option
type !'a sequence = ('a -> unit) -> unit
module type S = sig ... end
module Make (Str : STRING) : sig ... end
type string = string
type pattern
val compile : string -> pattern
val find : pattern:pattern -> string -> int -> int option
val find_all : pattern:pattern -> string -> int -> int gen
val seq : pattern:pattern -> string -> int -> int sequence
val search' : pattern:string -> string -> int option
val find_all' : pattern:string -> string -> int gen
val seq' : pattern:string -> string -> int sequence
OCaml

Innovation. Community. Security.