sihl.data
Meta.Fields
sihl
sihl.app
sihl.authn
sihl.authz
sihl.cmd
sihl.configuration
sihl.core
sihl.email
sihl.http
sihl.log
sihl.message
sihl.middleware
sihl.queue
sihl.schedule
sihl.seed
sihl.server
sihl.session
sihl.storage
sihl.token
sihl.user
sihl.utils
sihl.web
val names : string list
val total : ([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm
val make_creator : total: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> 'a -> ('b -> int) * 'c) -> 'a -> ('b -> t) * 'c
val create : total:int -> t
val map : total: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> int) -> t
val iter : total: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> unit) -> unit
val fold : init:'a -> total: ('a -> ([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> 'b) -> 'b
val map_poly : ([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user -> 'a list
val for_all : total: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> bool) -> bool
val exists : total: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> bool) -> bool
val to_list : total: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> 'a) -> 'a list
module Direct : sig ... end