jon.recoil.org

Module Perms.ReadSource

Sourcetype t = [
  1. | `Read
]
include sig ... end
include Bin_prot.Binable.S__local with type t := Core.Perms.Read.t

This function only needs implementation if t exposed to be a polymorphic variant. Despite what the type reads, this does *not* produce a function after reading; instead it takes the constructor tag (int) before reading and reads the rest of the variant t afterwards.

Sourceval bin_shape_t : Bin_prot.Shape.t
Sourceval compare__local : Core.Perms.Read.t @ local -> Core.Perms.Read.t @ local -> Base.Int.t
Sourceval equal__local : Core.Perms.Read.t @ local -> Core.Perms.Read.t @ local -> Base.Bool.t
Sourceval t_sexp_grammar : Core.Perms.Read.t Sexplib0.Sexp_grammar.t @@ portable