package sihl
The modular functional web framework
Install
Dune Dependency
Authors
Maintainers
Sources
sihl-0.1.4.tbz
sha256=49fe887d05083b37523cd6e7ca35239822c561fe7109dd383c30aeb4259a7b98
sha512=4135ad42a75fb9adc3e853a466b696d9ee6d7a9d8acf0cee9fd5f5485679a517f524ce704e2d153df4a7c4f1d14df9f94ab2a8fbe5b36e744b505daab1d40f3d
doc/sihl.queue/Queue/Job/Fields/Direct/index.html
Module Fields.Direct
Source
Source
val iter :
'a t ->
name:
(([< `Read | `Set_and_create ], 'b t, Base.string)
Fieldslib.Field.t_with_perm ->
'a t ->
Base.string ->
'c) ->
with_context:
(([< `Read | `Set_and_create ], 'd t, Core.Ctx.t -> Core.Ctx.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> Core.Ctx.t) ->
'e) ->
input_to_string:
(([< `Read | `Set_and_create ], 'f t, 'f -> Base.string Base.option)
Fieldslib.Field.t_with_perm ->
'a t ->
('a -> Base.string Base.option) ->
'g) ->
string_to_input:
(([< `Read | `Set_and_create ],
'h t,
Base.string Base.option ->
('h, Base.string) Base.Result.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Base.string Base.option -> ('a, Base.string) Base.Result.t) ->
'i) ->
handle:
(([< `Read | `Set_and_create ],
'j t,
Core.Ctx.t ->
input:'j ->
(Base.unit, Base.string) Base.Result.t Lwt.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> input:'a -> (Base.unit, Base.string) Base.Result.t Lwt.t) ->
'k) ->
failed:
(([< `Read | `Set_and_create ],
'l t,
Core.Ctx.t ->
(Base.unit, Base.string) Base.Result.t Lwt.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) ->
'm) ->
max_tries:
(([< `Read | `Set_and_create ], 'n t, Base.int) Fieldslib.Field.t_with_perm ->
'a t ->
Base.int ->
'o) ->
retry_delay:
(([< `Read | `Set_and_create ], 'p t, Utils.Time.duration)
Fieldslib.Field.t_with_perm ->
'a t ->
Utils.Time.duration ->
'q) ->
'q
Source
val fold :
'a t ->
init:'b ->
name:
('b ->
([< `Read | `Set_and_create ], 'c t, Base.string)
Fieldslib.Field.t_with_perm ->
'a t ->
Base.string ->
'd) ->
with_context:
('d ->
([< `Read | `Set_and_create ], 'e t, Core.Ctx.t -> Core.Ctx.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> Core.Ctx.t) ->
'f) ->
input_to_string:
('f ->
([< `Read | `Set_and_create ], 'g t, 'g -> Base.string Base.option)
Fieldslib.Field.t_with_perm ->
'a t ->
('a -> Base.string Base.option) ->
'h) ->
string_to_input:
('h ->
([< `Read | `Set_and_create ],
'i t,
Base.string Base.option ->
('i, Base.string) Base.Result.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Base.string Base.option -> ('a, Base.string) Base.Result.t) ->
'j) ->
handle:
('j ->
([< `Read | `Set_and_create ],
'k t,
Core.Ctx.t ->
input:'k ->
(Base.unit, Base.string) Base.Result.t Lwt.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> input:'a -> (Base.unit, Base.string) Base.Result.t Lwt.t) ->
'l) ->
failed:
('l ->
([< `Read | `Set_and_create ],
'm t,
Core.Ctx.t ->
(Base.unit, Base.string) Base.Result.t Lwt.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) ->
'n) ->
max_tries:
('n ->
([< `Read | `Set_and_create ], 'o t, Base.int)
Fieldslib.Field.t_with_perm ->
'a t ->
Base.int ->
'p) ->
retry_delay:
('p ->
([< `Read | `Set_and_create ], 'q t, Utils.Time.duration)
Fieldslib.Field.t_with_perm ->
'a t ->
Utils.Time.duration ->
'r) ->
'r
Source
val for_all :
'a t ->
name:
(([< `Read | `Set_and_create ], 'b t, Base.string)
Fieldslib.Field.t_with_perm ->
'a t ->
Base.string ->
Base.bool) ->
with_context:
(([< `Read | `Set_and_create ], 'c t, Core.Ctx.t -> Core.Ctx.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> Core.Ctx.t) ->
Base.bool) ->
input_to_string:
(([< `Read | `Set_and_create ], 'd t, 'd -> Base.string Base.option)
Fieldslib.Field.t_with_perm ->
'a t ->
('a -> Base.string Base.option) ->
Base.bool) ->
string_to_input:
(([< `Read | `Set_and_create ],
'e t,
Base.string Base.option ->
('e, Base.string) Base.Result.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Base.string Base.option -> ('a, Base.string) Base.Result.t) ->
Base.bool) ->
handle:
(([< `Read | `Set_and_create ],
'f t,
Core.Ctx.t ->
input:'f ->
(Base.unit, Base.string) Base.Result.t Lwt.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> input:'a -> (Base.unit, Base.string) Base.Result.t Lwt.t) ->
Base.bool) ->
failed:
(([< `Read | `Set_and_create ],
'g t,
Core.Ctx.t ->
(Base.unit, Base.string) Base.Result.t Lwt.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) ->
Base.bool) ->
max_tries:
(([< `Read | `Set_and_create ], 'h t, Base.int) Fieldslib.Field.t_with_perm ->
'a t ->
Base.int ->
Base.bool) ->
retry_delay:
(([< `Read | `Set_and_create ], 'i t, Utils.Time.duration)
Fieldslib.Field.t_with_perm ->
'a t ->
Utils.Time.duration ->
Base.bool) ->
Base.bool
Source
val exists :
'a t ->
name:
(([< `Read | `Set_and_create ], 'b t, Base.string)
Fieldslib.Field.t_with_perm ->
'a t ->
Base.string ->
Base.bool) ->
with_context:
(([< `Read | `Set_and_create ], 'c t, Core.Ctx.t -> Core.Ctx.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> Core.Ctx.t) ->
Base.bool) ->
input_to_string:
(([< `Read | `Set_and_create ], 'd t, 'd -> Base.string Base.option)
Fieldslib.Field.t_with_perm ->
'a t ->
('a -> Base.string Base.option) ->
Base.bool) ->
string_to_input:
(([< `Read | `Set_and_create ],
'e t,
Base.string Base.option ->
('e, Base.string) Base.Result.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Base.string Base.option -> ('a, Base.string) Base.Result.t) ->
Base.bool) ->
handle:
(([< `Read | `Set_and_create ],
'f t,
Core.Ctx.t ->
input:'f ->
(Base.unit, Base.string) Base.Result.t Lwt.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> input:'a -> (Base.unit, Base.string) Base.Result.t Lwt.t) ->
Base.bool) ->
failed:
(([< `Read | `Set_and_create ],
'g t,
Core.Ctx.t ->
(Base.unit, Base.string) Base.Result.t Lwt.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) ->
Base.bool) ->
max_tries:
(([< `Read | `Set_and_create ], 'h t, Base.int) Fieldslib.Field.t_with_perm ->
'a t ->
Base.int ->
Base.bool) ->
retry_delay:
(([< `Read | `Set_and_create ], 'i t, Utils.Time.duration)
Fieldslib.Field.t_with_perm ->
'a t ->
Utils.Time.duration ->
Base.bool) ->
Base.bool
Source
val to_list :
'a t ->
name:
(([< `Read | `Set_and_create ], 'b t, Base.string)
Fieldslib.Field.t_with_perm ->
'a t ->
Base.string ->
'c) ->
with_context:
(([< `Read | `Set_and_create ], 'd t, Core.Ctx.t -> Core.Ctx.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> Core.Ctx.t) ->
'c) ->
input_to_string:
(([< `Read | `Set_and_create ], 'e t, 'e -> Base.string Base.option)
Fieldslib.Field.t_with_perm ->
'a t ->
('a -> Base.string Base.option) ->
'c) ->
string_to_input:
(([< `Read | `Set_and_create ],
'f t,
Base.string Base.option ->
('f, Base.string) Base.Result.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Base.string Base.option -> ('a, Base.string) Base.Result.t) ->
'c) ->
handle:
(([< `Read | `Set_and_create ],
'g t,
Core.Ctx.t ->
input:'g ->
(Base.unit, Base.string) Base.Result.t Lwt.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> input:'a -> (Base.unit, Base.string) Base.Result.t Lwt.t) ->
'c) ->
failed:
(([< `Read | `Set_and_create ],
'h t,
Core.Ctx.t ->
(Base.unit, Base.string) Base.Result.t Lwt.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) ->
'c) ->
max_tries:
(([< `Read | `Set_and_create ], 'i t, Base.int) Fieldslib.Field.t_with_perm ->
'a t ->
Base.int ->
'c) ->
retry_delay:
(([< `Read | `Set_and_create ], 'j t, Utils.Time.duration)
Fieldslib.Field.t_with_perm ->
'a t ->
Utils.Time.duration ->
'c) ->
'c list
Source
val map :
'a t ->
name:
(([< `Read | `Set_and_create ], 'b t, Base.string)
Fieldslib.Field.t_with_perm ->
'a t ->
Base.string ->
Base.string) ->
with_context:
(([< `Read | `Set_and_create ], 'c t, Core.Ctx.t -> Core.Ctx.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> Core.Ctx.t) ->
Core.Ctx.t ->
Core.Ctx.t) ->
input_to_string:
(([< `Read | `Set_and_create ], 'd t, 'd -> Base.string Base.option)
Fieldslib.Field.t_with_perm ->
'a t ->
('a -> Base.string Base.option) ->
'e ->
Base.string Base.option) ->
string_to_input:
(([< `Read | `Set_and_create ],
'f t,
Base.string Base.option ->
('f, Base.string) Base.Result.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Base.string Base.option -> ('a, Base.string) Base.Result.t) ->
Base.string Base.option ->
('e, Base.string) Base.Result.t) ->
handle:
(([< `Read | `Set_and_create ],
'g t,
Core.Ctx.t ->
input:'g ->
(Base.unit, Base.string) Base.Result.t Lwt.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> input:'a -> (Base.unit, Base.string) Base.Result.t Lwt.t) ->
Core.Ctx.t ->
input:'e ->
(Base.unit, Base.string) Base.Result.t Lwt.t) ->
failed:
(([< `Read | `Set_and_create ],
'h t,
Core.Ctx.t ->
(Base.unit, Base.string) Base.Result.t Lwt.t)
Fieldslib.Field.t_with_perm ->
'a t ->
(Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) ->
Core.Ctx.t ->
(Base.unit, Base.string) Base.Result.t Lwt.t) ->
max_tries:
(([< `Read | `Set_and_create ], 'i t, Base.int) Fieldslib.Field.t_with_perm ->
'a t ->
Base.int ->
Base.int) ->
retry_delay:
(([< `Read | `Set_and_create ], 'j t, Utils.Time.duration)
Fieldslib.Field.t_with_perm ->
'a t ->
Utils.Time.duration ->
Utils.Time.duration) ->
'e t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>