package refl
module Refl : sig ... end
type unit__structure = [
| `Name of [ `Constr of [ `Constructor of [ `Tuple of unit ] * unit ] ref ]
]
type unit__rec_group = (unit__arity * unit__structure) * unit
val unit_refl :
(unit,
unit__structure,
'arity,
unit__rec_group,
[> unit__kinds ],
unit,
unit,
unit,
unit)
Refl.desc
and list__rec_group = (list__arity * list__structure) ref
val list_refl :
'a0. ('a0 list,
list__structure,
'a0 * unit,
list__rec_group,
[> list__kinds ],
[ `Present ] * unit,
[ `Absent ] * unit,
[ `Present ] * unit,
'a0 list__gadt)
Refl.desc
and result__rec_group = (result__arity * result__structure) ref
val result_refl :
'a0 'a1. (('a0, 'a1) result,
result__structure,
'a0 * ('a1 * unit),
result__rec_group,
[> result__kinds ],
[ `Present ] * ([ `Present ] * unit),
[ `Absent ] * ([ `Absent ] * unit),
[ `Present ] * ([ `Present ] * unit),
('a0, 'a1) result__gadt)
Refl.desc
and option__rec_group = (option__arity * option__structure) ref
val option_refl :
'a0. ('a0 option,
option__structure,
'a0 * unit,
option__rec_group,
[> option__kinds ],
[ `Present ] * unit,
[ `Absent ] * unit,
[ `Present ] * unit,
'a0 option__gadt)
Refl.desc
and ref__rec_group = (ref__arity * ref__structure) ref
val ref_refl :
'a0. ('a0 ref,
ref__structure,
'a0 * unit,
ref__rec_group,
[> ref__kinds ],
[ `Present ] * unit,
[ `Absent ] * unit,
[ `Present ] * unit,
'a0 ref__gadt)
Refl.desc
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>