To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
package base
-
base
-
-
base_internalhash_types
-
caml
-
md5_lib
-
shadow_stdlib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
M
is meant to be used in combination with OCaml applicative functor types:
type string_set = Set.M(String).t
which stands for:
type string_set = (String.t, String.comparator_witness) Set.t
The point is that Set.M(String).t
supports deriving, whereas the second syntax doesn't (because there is no such thing as, say, String.sexp_of_comparator_witness, instead you would want to pass the comparator directly).
Parameters
module Elt : sig ... end
Signature
type nonrec t = (Elt.t, Elt.comparator_witness) t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page