package sihl
The modular functional web framework
Install
Dune Dependency
Authors
Maintainers
Sources
sihl-0.1.3.tbz
sha256=3d1acdd1eae24a7131033656f90b5d20c1621e6ef92957edf88a09b8b5f2d9e9
sha512=d224f54e20a9465c7a03d534dadcb2b9a181ae87c13731840db945aab37534f6f3982c5cb25a197e90c17d8772da062b19fa92bb93ed53a8b736c3776a7776db
doc/sihl.queue/Queue/JobInstance/Fields/Direct/index.html
Module Fields.Direct
Source
Source
val iter :
t ->
id:
(([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm ->
t ->
Data.Id.t ->
'a) ->
name:
(([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm ->
t ->
Base.string ->
'b) ->
input:
(([< `Read | `Set_and_create ], t, Base.string Base.option)
Fieldslib.Field.t_with_perm ->
t ->
Base.string Base.option ->
'c) ->
tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
'd) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
'e) ->
max_tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
'f) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
t ->
Status.t ->
'g) ->
'g
Source
val fold :
t ->
init:'a ->
id:
('a ->
([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm ->
t ->
Data.Id.t ->
'b) ->
name:
('b ->
([< `Read | `Set_and_create ], t, Base.string)
Fieldslib.Field.t_with_perm ->
t ->
Base.string ->
'c) ->
input:
('c ->
([< `Read | `Set_and_create ], t, Base.string Base.option)
Fieldslib.Field.t_with_perm ->
t ->
Base.string Base.option ->
'd) ->
tries:
('d ->
([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
'e) ->
next_run_at:
('e ->
([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
'f) ->
max_tries:
('f ->
([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
'g) ->
status:
('g ->
([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
t ->
Status.t ->
'h) ->
'h
Source
val for_all :
t ->
id:
(([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm ->
t ->
Data.Id.t ->
Base.bool) ->
name:
(([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm ->
t ->
Base.string ->
Base.bool) ->
input:
(([< `Read | `Set_and_create ], t, Base.string Base.option)
Fieldslib.Field.t_with_perm ->
t ->
Base.string Base.option ->
Base.bool) ->
tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
Base.bool) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
Base.bool) ->
max_tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
Base.bool) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
t ->
Status.t ->
Base.bool) ->
Base.bool
Source
val exists :
t ->
id:
(([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm ->
t ->
Data.Id.t ->
Base.bool) ->
name:
(([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm ->
t ->
Base.string ->
Base.bool) ->
input:
(([< `Read | `Set_and_create ], t, Base.string Base.option)
Fieldslib.Field.t_with_perm ->
t ->
Base.string Base.option ->
Base.bool) ->
tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
Base.bool) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
Base.bool) ->
max_tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
Base.bool) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
t ->
Status.t ->
Base.bool) ->
Base.bool
Source
val to_list :
t ->
id:
(([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm ->
t ->
Data.Id.t ->
'a) ->
name:
(([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm ->
t ->
Base.string ->
'a) ->
input:
(([< `Read | `Set_and_create ], t, Base.string Base.option)
Fieldslib.Field.t_with_perm ->
t ->
Base.string Base.option ->
'a) ->
tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
'a) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
'a) ->
max_tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
'a) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
t ->
Status.t ->
'a) ->
'a list
Source
val map :
t ->
id:
(([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm ->
t ->
Data.Id.t ->
Data.Id.t) ->
name:
(([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm ->
t ->
Base.string ->
Base.string) ->
input:
(([< `Read | `Set_and_create ], t, Base.string Base.option)
Fieldslib.Field.t_with_perm ->
t ->
Base.string Base.option ->
Base.string Base.option) ->
tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
Base.int) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
Ptime.t) ->
max_tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
Base.int) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
t ->
Status.t ->
Status.t) ->
t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>