jon.recoil.org

Module Perms.ImmutableSource

Sourcetype t = [
  1. | Core.Perms.Read.t
  2. | `Who_can_write of Core.Perms.nobody
]
include sig ... end
include Bin_prot.Binable.S__local with type t := Core.Perms.Immutable.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.Immutable.t @ local -> Core.Perms.Immutable.t @ local -> Base.Int.t
Sourceval equal__local : Core.Perms.Immutable.t @ local -> Core.Perms.Immutable.t @ local -> Base.Bool.t
Sourceval t_sexp_grammar : Core.Perms.Immutable.t Sexplib0.Sexp_grammar.t @@ portable