Sourceval is_space : [> `Cc | `Mn | `Zl | `Zp | `Zs ] -> bool Sourceval is_not_space : [> `Cc | `Mn | `Zl | `Zp | `Zs ] -> bool Sourceval category_equal : ([> `Ll | `Lu ] as 'a) -> 'a -> bool Sourceval category_equal_blank :
[> `Cc | `Mn | `Zl | `Zp | `Zs ] ->
[> `Cc | `Mn | `Zl | `Zp | `Zs ] ->
bool Sourceval 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 ->
int Sourceval next_word : ?multi_line:bool -> pos:int -> stop:int -> Zed_rope.t -> int Sourceval next_WORD : ?multi_line:bool -> pos:int -> stop:int -> Zed_rope.t -> int Sourceval 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 ->
int Sourceval prev_word : ?multi_line:bool -> pos:int -> start:int -> Zed_rope.t -> int Sourceval prev_WORD : ?multi_line:bool -> pos:int -> start:int -> Zed_rope.t -> int Sourceval 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 ->
int Sourceval next_word_end :
?multi_line:bool ->
pos:int ->
stop:int ->
Zed_rope.t ->
int Sourceval next_WORD_end :
?multi_line:bool ->
pos:int ->
stop:int ->
Zed_rope.t ->
int Sourceval 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 ->
int Sourceval prev_word_end :
?multi_line:bool ->
pos:int ->
start:int ->
Zed_rope.t ->
int Sourceval prev_WORD_end :
?multi_line:bool ->
pos:int ->
start:int ->
Zed_rope.t ->
int Sourceval 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) option Sourceval include_word :
?multi_line:bool ->
pos:int ->
stop:int ->
Zed_rope.t ->
(int * int) option Sourceval include_WORD :
?multi_line:bool ->
pos:int ->
stop:int ->
Zed_rope.t ->
(int * int) option Sourceval 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) option Sourceval inner_word :
?multi_line:bool ->
pos:int ->
stop:int ->
Zed_rope.t ->
(int * int) option Sourceval inner_WORD :
?multi_line:bool ->
pos:int ->
stop:int ->
Zed_rope.t ->
(int * int) option