Up
module
Selector
:
sig
#
module type
Selector =
sig
#
type
selector
#
type
value
#
val
eval :
selector
->
value
->
bool
end
#
module
Date_selector :
sig
#
type
t =
#
| GT
of
Core.Std.Date.t
#
| LT
of
Core.Std.Date.t
#
| Between
of
Core.Std.Date.t * Core.Std.Date.t
#
| On
of
Core.Std.Date.t
include
Selector
with
type
selector
=
t
and
type
value
= Core.Std.Date.t
#
val
t_of_sexp : Sexplib.Sexp.t
->
t
#
val
sexp_of_t :
t
->
Sexplib.Sexp.t
#
val
bin_t :
t
Core.Std.Bin_prot.Type_class.t
#
val
bin_read_t :
t
Core.Std.Bin_prot.Read.reader
#
val
__bin_read_t__ : (int
->
t
) Core.Std.Bin_prot.Read.reader
#
val
bin_reader_t :
t
Core.Std.Bin_prot.Type_class.reader
#
val
bin_size_t :
t
Core.Std.Bin_prot.Size.sizer
#
val
bin_write_t :
t
Core.Std.Bin_prot.Write.writer
#
val
bin_writer_t :
t
Core.Std.Bin_prot.Type_class.writer
end
#
module
String_selector :
sig
#
module
Regexp :
sig
#
type
t
#
val
of_regexp : string
->
t
#
val
matches :
t
->
string
->
bool
#
val
to_string :
t
->
string
#
val
to_regexp :
t
->
Re2.Std.Re2.t
#
val
t_of_sexp : Sexplib.Sexp.t
->
t
#
val
sexp_of_t :
t
->
Sexplib.Sexp.t
#
val
bin_t :
t
Core.Std.Bin_prot.Type_class.t
#
val
bin_read_t :
t
Core.Std.Bin_prot.Read.reader
#
val
__bin_read_t__ : (int
->
t
) Core.Std.Bin_prot.Read.reader
#
val
bin_reader_t :
t
Core.Std.Bin_prot.Type_class.reader
#
val
bin_size_t :
t
Core.Std.Bin_prot.Size.sizer
#
val
bin_write_t :
t
Core.Std.Bin_prot.Write.writer
#
val
bin_writer_t :
t
Core.Std.Bin_prot.Type_class.writer
end
#
type
t =
#
| Equal
of
string list
#
| Matches
of
Regexp
.
t
list
#
| Mixed
of
[
| `Regexp
of
Regexp
.
t
| `Literal
of
string
] list
include
Selector
with
type
selector
=
t
and
type
value
= Core.Std.String.t
#
val
t_of_sexp : Sexplib.Sexp.t
->
t
#
val
sexp_of_t :
t
->
Sexplib.Sexp.t
#
val
bin_t :
t
Core.Std.Bin_prot.Type_class.t
#
val
bin_read_t :
t
Core.Std.Bin_prot.Read.reader
#
val
__bin_read_t__ : (int
->
t
) Core.Std.Bin_prot.Read.reader
#
val
bin_reader_t :
t
Core.Std.Bin_prot.Type_class.reader
#
val
bin_size_t :
t
Core.Std.Bin_prot.Size.sizer
#
val
bin_write_t :
t
Core.Std.Bin_prot.Write.writer
#
val
bin_writer_t :
t
Core.Std.Bin_prot.Type_class.writer
end
#
module
String_list_selector :
sig
#
type
t = string list
include
Selector
with
type
selector
=
t
and
type
value
= string
#
val
t_of_sexp : Sexplib.Sexp.t
->
t
#
val
sexp_of_t :
t
->
Sexplib.Sexp.t
#
val
bin_t :
t
Core.Std.Bin_prot.Type_class.t
#
val
bin_read_t :
t
Core.Std.Bin_prot.Read.reader
#
val
__bin_read_t__ : (int
->
t
) Core.Std.Bin_prot.Read.reader
#
val
bin_reader_t :
t
Core.Std.Bin_prot.Type_class.reader
#
val
bin_size_t :
t
Core.Std.Bin_prot.Size.sizer
#
val
bin_write_t :
t
Core.Std.Bin_prot.Write.writer
#
val
bin_writer_t :
t
Core.Std.Bin_prot.Type_class.writer
end
#
module
Stable :
sig
#
module
Date_selector :
sig
#
module
V1 :
sig
#
type
t =
Date_selector
.
t
#
val
bin_t :
t
Core.Std.Bin_prot.Type_class.t
#
val
bin_read_t :
t
Core.Std.Bin_prot.Read.reader
#
val
__bin_read_t__ : (int
->
t
) Core.Std.Bin_prot.Read.reader
#
val
bin_reader_t :
t
Core.Std.Bin_prot.Type_class.reader
#
val
bin_size_t :
t
Core.Std.Bin_prot.Size.sizer
#
val
bin_write_t :
t
Core.Std.Bin_prot.Write.writer
#
val
bin_writer_t :
t
Core.Std.Bin_prot.Type_class.writer
#
val
t_of_sexp : Sexplib.Sexp.t
->
t
#
val
sexp_of_t :
t
->
Sexplib.Sexp.t
end
end
#
module
String_selector :
sig
#
module
Regexp :
sig
#
module
V1 :
sig
#
type
t =
String_selector
.
Regexp
.
t
#
val
bin_t :
t
Core.Std.Bin_prot.Type_class.t
#
val
bin_read_t :
t
Core.Std.Bin_prot.Read.reader
#
val
__bin_read_t__ : (int
->
t
) Core.Std.Bin_prot.Read.reader
#
val
bin_reader_t :
t
Core.Std.Bin_prot.Type_class.reader
#
val
bin_size_t :
t
Core.Std.Bin_prot.Size.sizer
#
val
bin_write_t :
t
Core.Std.Bin_prot.Write.writer
#
val
bin_writer_t :
t
Core.Std.Bin_prot.Type_class.writer
#
val
t_of_sexp : Sexplib.Sexp.t
->
t
#
val
sexp_of_t :
t
->
Sexplib.Sexp.t
end
end
#
module
V1 :
sig
#
type
t =
String_selector
.
t
#
val
t_of_sexp : Sexplib.Sexp.t
->
t
#
val
sexp_of_t :
t
->
Sexplib.Sexp.t
#
val
bin_t :
t
Core.Std.Bin_prot.Type_class.t
#
val
bin_read_t :
t
Core.Std.Bin_prot.Read.reader
#
val
__bin_read_t__ : (int
->
t
) Core.Std.Bin_prot.Read.reader
#
val
bin_reader_t :
t
Core.Std.Bin_prot.Type_class.reader
#
val
bin_size_t :
t
Core.Std.Bin_prot.Size.sizer
#
val
bin_write_t :
t
Core.Std.Bin_prot.Write.writer
#
val
bin_writer_t :
t
Core.Std.Bin_prot.Type_class.writer
end
end
#
module
String_list_selector :
sig
#
module
V1 :
sig
#
type
t =
String_list_selector
.
t
#
val
bin_t :
t
Core.Std.Bin_prot.Type_class.t
#
val
bin_read_t :
t
Core.Std.Bin_prot.Read.reader
#
val
__bin_read_t__ : (int
->
t
) Core.Std.Bin_prot.Read.reader
#
val
bin_reader_t :
t
Core.Std.Bin_prot.Type_class.reader
#
val
bin_size_t :
t
Core.Std.Bin_prot.Size.sizer
#
val
bin_write_t :
t
Core.Std.Bin_prot.Write.writer
#
val
bin_writer_t :
t
Core.Std.Bin_prot.Type_class.writer
#
val
t_of_sexp : Sexplib.Sexp.t
->
t
#
val
sexp_of_t :
t
->
Sexplib.Sexp.t
end
end
end
end