You can search for identifiers within the package.
in-package search v0.2.0
gendarme
Gendarme.S
Encoder signature
include M
type t
The internal encoder type
val unpack : target -> t
Unpack an internal value
val pack : t -> target
Pack an internal value
val marshal : ?v:'a -> 'a ty -> t
Marshal a value
val unmarshal : ?v:t -> 'a ty -> 'a
Unmarshal a value
val t : encoder
The encoder type representation
val encode : ?v:'a -> 'a ty -> string
Encode a value into a string representation
val decode : ?v:string -> 'a ty -> 'a
Decode a value from its string representation