package opium_kernel

  1. Overview
  2. Docs
val 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) -> 'b
val 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) -> 'c
val 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) -> bool
val 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) -> bool
val 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 list
val 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
val set_all_mutable_fields : 'a -> unit