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
module Piqirun = Piqi_piqirun
module Piqi_impl_piqi : sig ... end
module Pib_typehint : sig ... end
module Record : sig ... end
module Field : sig ... end
module Variant : sig ... end
module Option : sig ... end
module Enum : sig ... end
module Alias : sig ... end
module Piqi_list : sig ... end
module Piqi : sig ... end
module Import : sig ... end
module Any : sig ... end
module Func : sig ... end
module Piqi_bundle : sig ... end
module Includ : sig ... end
module Extend : sig ... end
val parse_namespace :
Piqirun.t ->
[> `import of Piqi_impl_piqi.import | `piqi of Piqi_impl_piqi.piqi ]
val parse_piqtype : Piqirun.t -> Piqi_impl_piqi.piqtype
val parse_piq_ast : Piqirun.t -> [> `bool of bool ]
val packed_parse_piq_ast : Piqirun.IBuf.t -> [> `bool of bool ]
val parse_pib_typehint : Piqirun.t -> Pib_typehint.t
val parse_piq_format : Piqirun.t -> Piqi_impl_piqi.piq_format
val parse_protobuf_int32 : Piqirun.t -> int32
val packed_parse_protobuf_int32 : Piqirun.IBuf.t -> int32
val parse_protobuf_int64 : Piqirun.t -> int64
val packed_parse_protobuf_int64 : Piqirun.IBuf.t -> int64
val parse_protobuf_wire_type : Piqirun.t -> Piqi_impl_piqi.protobuf_wire_type
val packed_parse_protobuf_wire_type :
Piqirun.IBuf.t ->
[> `block
| `fixed32
| `fixed64
| `signed_fixed32
| `signed_fixed64
| `signed_varint
| `varint
| `zigzag_varint ]
val parse_bool : Piqirun.t -> bool
val packed_parse_bool : Piqirun.IBuf.t -> bool
val parse_string : Piqirun.t -> Piqi_impl_piqi.typename
val parse_binary : Piqirun.t -> Piqi_impl_piqi.binary
val parse_piqi_any : Piqirun.t -> Piqi_impl_piqi.piqi_any
val parse_int : Piqirun.t -> int
val packed_parse_int : Piqirun.IBuf.t -> int
val parse_uint : Piqirun.t -> Piqi_impl_piqi.uint
val packed_parse_uint : Piqirun.IBuf.t -> int
val parse_int32 : Piqirun.t -> int32
val packed_parse_int32 : Piqirun.IBuf.t -> int32
val parse_uint32 : Piqirun.t -> int32
val packed_parse_uint32 : Piqirun.IBuf.t -> int32
val parse_int64 : Piqirun.t -> int64
val packed_parse_int64 : Piqirun.IBuf.t -> int64
val parse_uint64 : Piqirun.t -> int64
val packed_parse_uint64 : Piqirun.IBuf.t -> int64
val parse_float64 : Piqirun.t -> float
val packed_parse_float64 : Piqirun.IBuf.t -> float
val parse_float32 : Piqirun.t -> float
val packed_parse_float32 : Piqirun.IBuf.t -> float
val parse_int32_fixed : Piqirun.t -> int32
val packed_parse_int32_fixed : Piqirun.IBuf.t -> int32
val parse_uint32_fixed : Piqirun.t -> int32
val packed_parse_uint32_fixed : Piqirun.IBuf.t -> int32
val parse_int64_fixed : Piqirun.t -> int64
val packed_parse_int64_fixed : Piqirun.IBuf.t -> int64
val parse_uint64_fixed : Piqirun.t -> int64
val packed_parse_uint64_fixed : Piqirun.IBuf.t -> int64
val parse_float : Piqirun.t -> float
val packed_parse_float : Piqirun.IBuf.t -> float
val parse_word : Piqirun.t -> Piqi_impl_piqi.typename
val parse_name : Piqirun.t -> Piqi_impl_piqi.typename
val parse_typedef : Piqirun.t -> Piqi_impl_piqi.typedef
val parse_piqi_type : Piqirun.t -> Piqi_impl_piqi.piqi_type
val packed_parse_piqi_type :
Piqirun.IBuf.t ->
[> `any | `binary | `bool | `float | `int | `string ]
val parse_typename : Piqirun.t -> Piqi_impl_piqi.typename
val parse_record : Piqirun.t -> Piqi_impl_piqi.record
val parse_field : Piqirun.t -> Piqi_impl_piqi.field
val parse_field_mode : Piqirun.t -> Piqi_impl_piqi.field_mode
val packed_parse_field_mode :
Piqirun.IBuf.t ->
[> `optional | `repeated | `required ]
val parse_variant : Piqirun.t -> Piqi_impl_piqi.variant
val parse_option : Piqirun.t -> Piqi_impl_piqi.option
val parse_enum : Piqirun.t -> Piqi_impl_piqi.enum
val parse_alias : Piqirun.t -> Piqi_impl_piqi.alias
val parse_piqi_list : Piqirun.t -> Piqi_impl_piqi.piqi_list
val parse_piqi : Piqirun.t -> Piqi_impl_piqi.piqi
val parse_import : Piqirun.t -> Piqi_impl_piqi.import
val parse_any : Piqirun.t -> Piqi_impl_piqi.piqi_any
val parse_func : Piqirun.t -> Piqi_impl_piqi.func
val parse_piqi_bundle : Piqirun.t -> Piqi_bundle.t
val parse_includ : Piqirun.t -> Piqi_impl_piqi.includ
val parse_function_param : Piqirun.t -> Piqi_impl_piqi.function_param
val parse_extend : Piqirun.t -> Piqi_impl_piqi.extend
val parse_extend_target : Piqirun.t -> Piqi_impl_piqi.extend_target
val gen__namespace : int -> Piqi_impl_piqi.namespace -> Piqirun.OBuf.t
val gen__piqtype : int -> Piqi_impl_piqi.piqtype -> Piqirun.OBuf.t
val gen__piq_ast : int -> 'a -> Piqirun.OBuf.t
val packed_gen__piq_ast : 'a -> Piqirun.OBuf.t
val gen__pib_typehint : int -> Pib_typehint.t -> Piqirun.OBuf.t
val gen__piq_format : int -> Piqi_impl_piqi.piq_format -> Piqirun.OBuf.t
val gen__protobuf_int32 : int -> Int32.t -> Piqirun.OBuf.t
val packed_gen__protobuf_int32 : Int32.t -> Piqirun.OBuf.t
val gen__protobuf_int64 : int -> int64 -> Piqirun.OBuf.t
val packed_gen__protobuf_int64 : int64 -> Piqirun.OBuf.t
val gen__protobuf_wire_type :
int ->
Piqi_impl_piqi.protobuf_wire_type ->
Piqirun.OBuf.t
val packed_gen__protobuf_wire_type :
[< `block
| `fixed32
| `fixed64
| `signed_fixed32
| `signed_fixed64
| `signed_varint
| `varint
| `zigzag_varint ] ->
Piqirun.OBuf.t
val gen__bool : int -> bool -> Piqirun.OBuf.t
val packed_gen__bool : bool -> Piqirun.OBuf.t
val gen__string : int -> Piqi_impl_piqi.typename -> Piqirun.OBuf.t
val gen__binary : int -> Piqi_impl_piqi.binary -> Piqirun.OBuf.t
val gen__piqi_any : int -> Piqi_impl_piqi.piqi_any -> Piqirun.OBuf.t
val gen__int : int -> int -> Piqirun.OBuf.t
val packed_gen__int : int -> Piqirun.OBuf.t
val gen__uint : int -> Piqi_impl_piqi.uint -> Piqirun.OBuf.t
val packed_gen__uint : int -> Piqirun.OBuf.t
val gen__int32 : int -> int32 -> Piqirun.OBuf.t
val packed_gen__int32 : int32 -> Piqirun.OBuf.t
val gen__uint32 : int -> int32 -> Piqirun.OBuf.t
val packed_gen__uint32 : int32 -> Piqirun.OBuf.t
val gen__int64 : int -> int64 -> Piqirun.OBuf.t
val packed_gen__int64 : int64 -> Piqirun.OBuf.t
val gen__uint64 : int -> int64 -> Piqirun.OBuf.t
val packed_gen__uint64 : int64 -> Piqirun.OBuf.t
val gen__float64 : int -> float -> Piqirun.OBuf.t
val packed_gen__float64 : float -> Piqirun.OBuf.t
val gen__float32 : int -> float -> Piqirun.OBuf.t
val packed_gen__float32 : float -> Piqirun.OBuf.t
val gen__int32_fixed : int -> int32 -> Piqirun.OBuf.t
val packed_gen__int32_fixed : int32 -> Piqirun.OBuf.t
val gen__uint32_fixed : int -> int32 -> Piqirun.OBuf.t
val packed_gen__uint32_fixed : int32 -> Piqirun.OBuf.t
val gen__int64_fixed : int -> int64 -> Piqirun.OBuf.t
val packed_gen__int64_fixed : int64 -> Piqirun.OBuf.t
val gen__uint64_fixed : int -> int64 -> Piqirun.OBuf.t
val packed_gen__uint64_fixed : int64 -> Piqirun.OBuf.t
val gen__float : int -> float -> Piqirun.OBuf.t
val packed_gen__float : float -> Piqirun.OBuf.t
val gen__word : int -> Piqi_impl_piqi.typename -> Piqirun.OBuf.t
val gen__name : int -> Piqi_impl_piqi.typename -> Piqirun.OBuf.t
val gen__typedef : int -> Piqi_impl_piqi.typedef -> Piqirun.OBuf.t
val gen__piqi_type : int -> Piqi_impl_piqi.piqi_type -> Piqirun.OBuf.t
val packed_gen__piqi_type :
[< `any | `binary | `bool | `float | `int | `string ] ->
Piqirun.OBuf.t
val gen__typename : int -> Piqi_impl_piqi.typename -> Piqirun.OBuf.t
val gen__record : int -> Piqi_impl_piqi.record -> Piqirun.OBuf.t
val gen__field : int -> Piqi_impl_piqi.field -> Piqirun.OBuf.t
val gen__field_mode : int -> Piqi_impl_piqi.field_mode -> Piqirun.OBuf.t
val packed_gen__field_mode :
[< `optional | `repeated | `required ] ->
Piqirun.OBuf.t
val gen__variant : int -> Piqi_impl_piqi.variant -> Piqirun.OBuf.t
val gen__option : int -> Piqi_impl_piqi.option -> Piqirun.OBuf.t
val gen__enum : int -> Piqi_impl_piqi.enum -> Piqirun.OBuf.t
val gen__alias : int -> Piqi_impl_piqi.alias -> Piqirun.OBuf.t
val gen__piqi_list : int -> Piqi_impl_piqi.piqi_list -> Piqirun.OBuf.t
val gen__piqi : int -> Piqi_impl_piqi.piqi -> Piqirun.OBuf.t
val gen__import : int -> Piqi_impl_piqi.import -> Piqirun.OBuf.t
val gen__any : int -> Piqi_impl_piqi.piqi_any -> Piqirun.OBuf.t
val gen__func : int -> Piqi_impl_piqi.func -> Piqirun.OBuf.t
val gen__piqi_bundle : int -> Piqi_bundle.t -> Piqirun.OBuf.t
val gen__includ : int -> Piqi_impl_piqi.includ -> Piqirun.OBuf.t
val gen__function_param :
int ->
Piqi_impl_piqi.function_param ->
Piqirun.OBuf.t
val gen__extend : int -> Piqi_impl_piqi.extend -> Piqirun.OBuf.t
val gen__extend_target : int -> Piqi_impl_piqi.extend_target -> Piqirun.OBuf.t
val gen_namespace : Piqi_impl_piqi.namespace -> Piqirun.OBuf.t
val gen_piqtype : Piqi_impl_piqi.piqtype -> Piqirun.OBuf.t
val gen_piq_ast : 'a -> Piqirun.OBuf.t
val gen_pib_typehint : Pib_typehint.t -> Piqirun.OBuf.t
val gen_piq_format : Piqi_impl_piqi.piq_format -> Piqirun.OBuf.t
val gen_protobuf_int32 : Int32.t -> Piqirun.OBuf.t
val gen_protobuf_int64 : int64 -> Piqirun.OBuf.t
val gen_protobuf_wire_type :
Piqi_impl_piqi.protobuf_wire_type ->
Piqirun.OBuf.t
val gen_bool : bool -> Piqirun.OBuf.t
val gen_string : Piqi_impl_piqi.typename -> Piqirun.OBuf.t
val gen_binary : Piqi_impl_piqi.binary -> Piqirun.OBuf.t
val gen_piqi_any : Piqi_impl_piqi.piqi_any -> Piqirun.OBuf.t
val gen_int : int -> Piqirun.OBuf.t
val gen_uint : Piqi_impl_piqi.uint -> Piqirun.OBuf.t
val gen_int32 : int32 -> Piqirun.OBuf.t
val gen_uint32 : int32 -> Piqirun.OBuf.t
val gen_int64 : int64 -> Piqirun.OBuf.t
val gen_uint64 : int64 -> Piqirun.OBuf.t
val gen_float64 : float -> Piqirun.OBuf.t
val gen_float32 : float -> Piqirun.OBuf.t
val gen_int32_fixed : int32 -> Piqirun.OBuf.t
val gen_uint32_fixed : int32 -> Piqirun.OBuf.t
val gen_int64_fixed : int64 -> Piqirun.OBuf.t
val gen_uint64_fixed : int64 -> Piqirun.OBuf.t
val gen_float : float -> Piqirun.OBuf.t
val gen_word : Piqi_impl_piqi.typename -> Piqirun.OBuf.t
val gen_name : Piqi_impl_piqi.typename -> Piqirun.OBuf.t
val gen_typedef : Piqi_impl_piqi.typedef -> Piqirun.OBuf.t
val gen_piqi_type : Piqi_impl_piqi.piqi_type -> Piqirun.OBuf.t
val gen_typename : Piqi_impl_piqi.typename -> Piqirun.OBuf.t
val gen_record : Piqi_impl_piqi.record -> Piqirun.OBuf.t
val gen_field : Piqi_impl_piqi.field -> Piqirun.OBuf.t
val gen_field_mode : Piqi_impl_piqi.field_mode -> Piqirun.OBuf.t
val gen_variant : Piqi_impl_piqi.variant -> Piqirun.OBuf.t
val gen_option : Piqi_impl_piqi.option -> Piqirun.OBuf.t
val gen_enum : Piqi_impl_piqi.enum -> Piqirun.OBuf.t
val gen_alias : Piqi_impl_piqi.alias -> Piqirun.OBuf.t
val gen_piqi_list : Piqi_impl_piqi.piqi_list -> Piqirun.OBuf.t
val gen_piqi : Piqi_impl_piqi.piqi -> Piqirun.OBuf.t
val gen_import : Piqi_impl_piqi.import -> Piqirun.OBuf.t
val gen_any : Piqi_impl_piqi.piqi_any -> Piqirun.OBuf.t
val gen_func : Piqi_impl_piqi.func -> Piqirun.OBuf.t
val gen_piqi_bundle : Piqi_bundle.t -> Piqirun.OBuf.t
val gen_includ : Piqi_impl_piqi.includ -> Piqirun.OBuf.t
val gen_function_param : Piqi_impl_piqi.function_param -> Piqirun.OBuf.t
val gen_extend : Piqi_impl_piqi.extend -> Piqirun.OBuf.t
val gen_extend_target : Piqi_impl_piqi.extend_target -> Piqirun.OBuf.t
val default_namespace : unit -> [> `piqi of Piqi.t ]
val default_piqtype : unit -> Piqi_impl_piqi.piqtype
val default_pib_typehint : unit -> Pib_typehint.t
val default_piqi_any : unit -> Any.t
val default_uint : unit -> Piqi_impl_piqi.uint
val default_typedef : unit -> [< Piqi_impl_piqi.piqtype record ]
val default_typename : unit -> Piqi_impl_piqi.typename
val default_record : unit -> Piqi_impl_piqi.record
val default_field : unit -> Field.t
val default_variant : unit -> Variant.t
val default_option : unit -> Option.t
val default_enum : unit -> Enum.t
val default_alias : unit -> Alias.t
val default_piqi_list : unit -> Piqi_list.t
val default_piqi : unit -> Piqi.t
val default_import : unit -> Import.t
val default_any : unit -> Any.t
val default_func : unit -> Func.t
val default_piqi_bundle : unit -> Piqi_bundle.t
val default_includ : unit -> Includ.t
val default_extend : unit -> Extend.t
include module type of struct include Piqi_impl_piqi end
type piqi_any = Piqi_impl_piqi.any
type uint32_fixed = Piqi_impl_piqi.uint32
type uint64_fixed = Piqi_impl_piqi.uint64
type float = Piqi_impl_piqi.float64
type piq_ast = Piq_ast.ast
type name = Piqi_impl_piqi.word
type typename = Piqi_impl_piqi.name
type typedef = [
|
`record of Piqi_impl_piqi.record
|
`variant of Piqi_impl_piqi.variant
|
`enum of Piqi_impl_piqi.enum
|
`alias of Piqi_impl_piqi.alias
|
`list of Piqi_impl_piqi.piqi_list
]
type function_param = [
|
`name of Piqi_impl_piqi.name
|
`record of Piqi_impl_piqi.record
|
`variant of Piqi_impl_piqi.variant
|
`enum of Piqi_impl_piqi.enum
|
`list of Piqi_impl_piqi.piqi_list
|
`alias of Piqi_impl_piqi.alias
]
type extend_target = [
|
`typedef of Piqi_impl_piqi.name
|
`name of Piqi_impl_piqi.name
|
`field of Piqi_impl_piqi.name
|
`option of Piqi_impl_piqi.name
|
`import of Piqi_impl_piqi.name
|
`func of Piqi_impl_piqi.name
]
type pib_typehint = Pib_typehint.t
type record = Record.t
type field = Field.t
type variant = Variant.t
type option = Option.t
type enum = Enum.t
type alias = Alias.t
type piqi_list = Piqi_list.t
type piqi = Piqi.t
type import = Import.t
type any = Any.t
type func = Func.t
type piqi_bundle = Piqi_bundle.t
type includ = Includ.t
type extend = Extend.t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>