package ocamlformat-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type public = t
type t = Base__String.Search_pattern.Private.t = {
  1. pattern : string;
  2. case_sensitive : bool;
  3. kmp_array : int array;
}
val equal : t Base__Ppx_compare_lib.equal
val sexp_of_t : t -> Sexplib0.Sexp.t
val representation : public -> t
OCaml

Innovation. Community. Security.