val is_space : [> `Cc | `Mn | `Zl | `Zp | `Zs ] -> boolval is_not_space : [> `Cc | `Mn | `Zl | `Zp | `Zs ] -> boolval category_equal : ([> `Ll | `Lu ] as 'a) -> 'a -> boolval category_equal_blank :
[> `Cc | `Mn | `Zl | `Zp | `Zs ] ->
[> `Cc | `Mn | `Zl | `Zp | `Zs ] ->
boolval next_word' :
?multi_line:bool ->
next_category:(nl_as_sp:bool -> pos:int -> stop:int -> Zed_rope.t -> int) ->
pos:int ->
stop:int ->
Zed_rope.t ->
intval next_word : ?multi_line:bool -> pos:int -> stop:int -> Zed_rope.t -> intval next_WORD : ?multi_line:bool -> pos:int -> stop:int -> Zed_rope.t -> intval prev_word' :
?multi_line:bool ->
prev_category:(nl_as_sp:bool -> pos:int -> start:int -> Zed_rope.t -> int) ->
pos:int ->
start:int ->
Zed_rope.t ->
intval prev_word : ?multi_line:bool -> pos:int -> start:int -> Zed_rope.t -> intval prev_WORD : ?multi_line:bool -> pos:int -> start:int -> Zed_rope.t -> intval next_word_end' :
?multi_line:bool ->
next_category:(nl_as_sp:bool -> pos:int -> stop:int -> Zed_rope.t -> int) ->
pos:int ->
stop:int ->
Zed_rope.t ->
intval next_word_end :
?multi_line:bool ->
pos:int ->
stop:int ->
Zed_rope.t ->
intval next_WORD_end :
?multi_line:bool ->
pos:int ->
stop:int ->
Zed_rope.t ->
intval prev_word_end' :
?multi_line:bool ->
prev_category:(nl_as_sp:bool -> pos:int -> start:int -> Zed_rope.t -> int) ->
pos:int ->
start:int ->
Zed_rope.t ->
intval prev_word_end :
?multi_line:bool ->
pos:int ->
start:int ->
Zed_rope.t ->
intval prev_WORD_end :
?multi_line:bool ->
pos:int ->
start:int ->
Zed_rope.t ->
intval item_match : start:int -> stop:int -> int -> Zed_rope.t -> int optionval include_word' :
?multi_line:bool ->
next_category:(nl_as_sp:bool -> pos:int -> stop:int -> Zed_rope.t -> int) ->
pos:int ->
stop:int ->
Zed_rope.t ->
(int * int) optionval include_word :
?multi_line:bool ->
pos:int ->
stop:int ->
Zed_rope.t ->
(int * int) optionval include_WORD :
?multi_line:bool ->
pos:int ->
stop:int ->
Zed_rope.t ->
(int * int) optionval inner_word' :
?multi_line:bool ->
prev_category:(nl_as_sp:bool -> pos:int -> start:int -> Zed_rope.t -> int) ->
next_category:(nl_as_sp:bool -> pos:int -> stop:'a -> Zed_rope.t -> int) ->
pos:int ->
stop:'a ->
Zed_rope.t ->
(int * int) optionval inner_word :
?multi_line:bool ->
pos:int ->
stop:int ->
Zed_rope.t ->
(int * int) optionval inner_WORD :
?multi_line:bool ->
pos:int ->
stop:int ->
Zed_rope.t ->
(int * int) option