package mirage-tc

  1. Overview
  2. Docs

Manorphic list -like.

Parameters

module S : sig ... end

Signature

val equal : S.t equal
val compare : S.t compare
val hash : S.t hash
val to_json : S.t to_json

The REST inteface.

val of_json : S.t of_json
val size_of : S.t size_of

The serialization format.

val write : S.t writer
val read : S.t reader