Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Fields_of_matches.DirectSourceval iter :
Route.matches ->
params:
(([< `Read | `Set_and_create ], Route.matches, (string * string) list)
Fieldslib.Field.t_with_perm ->
Route.matches ->
(string * string) list ->
'a) ->
splat:
(([< `Read | `Set_and_create ], Route.matches, string list)
Fieldslib.Field.t_with_perm ->
Route.matches ->
string list ->
'b) ->
'bval fold :
Route.matches ->
init:'a ->
params:
('a ->
([< `Read | `Set_and_create ], Route.matches, (string * string) list)
Fieldslib.Field.t_with_perm ->
Route.matches ->
(string * string) list ->
'b) ->
splat:
('b ->
([< `Read | `Set_and_create ], Route.matches, string list)
Fieldslib.Field.t_with_perm ->
Route.matches ->
string list ->
'c) ->
'cval for_all :
Route.matches ->
params:
(([< `Read | `Set_and_create ], Route.matches, (string * string) list)
Fieldslib.Field.t_with_perm ->
Route.matches ->
(string * string) list ->
bool) ->
splat:
(([< `Read | `Set_and_create ], Route.matches, string list)
Fieldslib.Field.t_with_perm ->
Route.matches ->
string list ->
bool) ->
boolval exists :
Route.matches ->
params:
(([< `Read | `Set_and_create ], Route.matches, (string * string) list)
Fieldslib.Field.t_with_perm ->
Route.matches ->
(string * string) list ->
bool) ->
splat:
(([< `Read | `Set_and_create ], Route.matches, string list)
Fieldslib.Field.t_with_perm ->
Route.matches ->
string list ->
bool) ->
boolval to_list :
Route.matches ->
params:
(([< `Read | `Set_and_create ], Route.matches, (string * string) list)
Fieldslib.Field.t_with_perm ->
Route.matches ->
(string * string) list ->
'a) ->
splat:
(([< `Read | `Set_and_create ], Route.matches, string list)
Fieldslib.Field.t_with_perm ->
Route.matches ->
string list ->
'a) ->
'a listval map :
Route.matches ->
params:
(([< `Read | `Set_and_create ], Route.matches, (string * string) list)
Fieldslib.Field.t_with_perm ->
Route.matches ->
(string * string) list ->
(string * string) list) ->
splat:
(([< `Read | `Set_and_create ], Route.matches, string list)
Fieldslib.Field.t_with_perm ->
Route.matches ->
string list ->
string list) ->
Route.matches