To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type tag_parent = [
|
tag_unknown
|
tag_only_module
|
tag_only_module_type
|
tag_only_class
|
tag_only_class_type
|
tag_only_type
]
type tag_label_parent = [
|
tag_unknown
|
tag_only_module
|
tag_only_module_type
|
tag_only_class
|
tag_only_class_type
|
tag_only_type
|
tag_only_page
]
type signature = [
|
`Resolved of Resolved_reference.signature
|
`Root of Names.UnitName.t * tag_signature
|
`Dot of label_parent * string
|
`Module of signature * Names.ModuleName.t
|
`ModuleType of signature * Names.ModuleTypeName.t
]
and class_signature = [
|
`Resolved of Resolved_reference.class_signature
|
`Root of Names.UnitName.t * tag_class_signature
|
`Dot of label_parent * string
|
`Class of signature * Names.ClassName.t
|
`ClassType of signature * Names.ClassTypeName.t
]
and datatype = [
|
`Resolved of Resolved_reference.datatype
|
`Root of Names.UnitName.t * tag_datatype
|
`Dot of label_parent * string
|
`Type of signature * Names.TypeName.t
]
and parent = [
|
`Resolved of Resolved_reference.parent
|
`Root of Names.UnitName.t * tag_parent
|
`Dot of label_parent * string
|
`Module of signature * Names.ModuleName.t
|
`ModuleType of signature * Names.ModuleTypeName.t
|
`Class of signature * Names.ClassName.t
|
`ClassType of signature * Names.ClassTypeName.t
|
`Type of signature * Names.TypeName.t
]
and label_parent = [
|
`Resolved of Resolved_reference.label_parent
|
`Root of Names.UnitName.t * tag_label_parent
|
`Dot of label_parent * string
|
`Module of signature * Names.ModuleName.t
|
`ModuleType of signature * Names.ModuleTypeName.t
|
`Class of signature * Names.ClassName.t
|
`ClassType of signature * Names.ClassTypeName.t
|
`Type of signature * Names.TypeName.t
]
type module_ = [
|
`Resolved of Resolved_reference.module_
|
`Root of Names.UnitName.t * tag_module
|
`Dot of label_parent * string
|
`Module of signature * Names.ModuleName.t
]
type module_type = [
|
`Resolved of Resolved_reference.module_type
|
`Root of Names.UnitName.t * tag_module_type
|
`Dot of label_parent * string
|
`ModuleType of signature * Names.ModuleTypeName.t
]
type type_ = [
|
`Resolved of Resolved_reference.type_
|
`Root of Names.UnitName.t * tag_type
|
`Dot of label_parent * string
|
`Class of signature * Names.ClassName.t
|
`ClassType of signature * Names.ClassTypeName.t
|
`Type of signature * Names.TypeName.t
]
type constructor = [
|
`Resolved of Resolved_reference.constructor
|
`Root of Names.UnitName.t * tag_constructor
|
`Dot of label_parent * string
|
`Constructor of datatype * Names.ConstructorName.t
|
`Extension of signature * Names.ExtensionName.t
|
`Exception of signature * Names.ExceptionName.t
]
type field = [
|
`Resolved of Resolved_reference.field
|
`Root of Names.UnitName.t * tag_field
|
`Dot of label_parent * string
|
`Field of parent * Names.FieldName.t
]
type extension = [
|
`Resolved of Resolved_reference.extension
|
`Root of Names.UnitName.t * tag_extension
|
`Dot of label_parent * string
|
`Extension of signature * Names.ExtensionName.t
|
`Exception of signature * Names.ExceptionName.t
]
type exception_ = [
|
`Resolved of Resolved_reference.exception_
|
`Root of Names.UnitName.t * tag_exception
|
`Dot of label_parent * string
|
`Exception of signature * Names.ExceptionName.t
]
type value = [
|
`Resolved of Resolved_reference.value
|
`Root of Names.UnitName.t * tag_value
|
`Dot of label_parent * string
|
`Value of signature * Names.ValueName.t
]
type class_ = [
|
`Resolved of Resolved_reference.class_
|
`Root of Names.UnitName.t * tag_class
|
`Dot of label_parent * string
|
`Class of signature * Names.ClassName.t
]
type class_type = [
|
`Resolved of Resolved_reference.class_type
|
`Root of Names.UnitName.t * tag_class_type
|
`Dot of label_parent * string
|
`Class of signature * Names.ClassName.t
|
`ClassType of signature * Names.ClassTypeName.t
]
type method_ = [
|
`Resolved of Resolved_reference.method_
|
`Root of Names.UnitName.t * tag_method
|
`Dot of label_parent * string
|
`Method of class_signature * Names.MethodName.t
]
type instance_variable = [
|
`Resolved of Resolved_reference.instance_variable
|
`Root of Names.UnitName.t * tag_instance_variable
|
`Dot of label_parent * string
|
`InstanceVariable of class_signature * Names.InstanceVariableName.t
]
type label = [
|
`Resolved of Resolved_reference.label
|
`Root of Names.UnitName.t * tag_label
|
`Dot of label_parent * string
|
`Label of label_parent * Names.LabelName.t
]
type page = [
|
`Resolved of Resolved_reference.page
|
`Root of Names.UnitName.t * tag_page
|
`Dot of label_parent * string
]
type any = [
|
`Resolved of Resolved_reference.any
|
`Root of Names.UnitName.t * tag_any
|
`Dot of label_parent * string
|
`Module of signature * Names.ModuleName.t
|
`ModuleType of signature * Names.ModuleTypeName.t
|
`Type of signature * Names.TypeName.t
|
`Constructor of datatype * Names.ConstructorName.t
|
`Field of parent * Names.FieldName.t
|
`Extension of signature * Names.ExtensionName.t
|
`Exception of signature * Names.ExceptionName.t
|
`Value of signature * Names.ValueName.t
|
`Class of signature * Names.ClassName.t
|
`ClassType of signature * Names.ClassTypeName.t
|
`Method of class_signature * Names.MethodName.t
|
`InstanceVariable of class_signature * Names.InstanceVariableName.t
|
`Label of label_parent * Names.LabelName.t
]
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>