= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package protocell
-
protocell.google
-
-
protocell.runtime
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'sort decoding_error = [
|
`Wrong_value_sort_for_string_field of 'sort * Base.string Field_value.typ
|
`Wrong_value_sort_for_int_field of 'sort * Base.int Field_value.typ
|
`Wrong_value_sort_for_float_field of 'sort * Base.float Field_value.typ
|
`Wrong_value_sort_for_bool_field of 'sort * Base.bool Field_value.typ
|
`Wrong_value_sort_for_user_field of 'sort
|
`Wrong_value_sort_for_enum_field of 'sort
|
`Unrecognized_enum_value
|
`Multiple_oneof_fields_set
|
`Integer_outside_int_type_range of Base.int64
]
type 'v value = 'v Field_value.t
type 'v typ = 'v Field_value.typ
module type Encoding = sig ... end