package oxbow

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

Module Oxbow_core.Window_matchSource

Sourcemodule Matcher : sig ... end
Sourcetype t = {
  1. pattern : Window_pattern.t;
  2. invert : bool;
  3. scope : Scope.t;
}
Sourceval to_string : t -> string

to_string m renders m for display: the pattern text, then the invert and scope tags in brackets.

Sourceval t_of_yojson : Yojson.Safe.t -> t
Sourceval yojson_of_t : t -> Yojson.Safe.t