package obytelib

  1. Overview
  2. Docs
type ident = {
  1. stamp : int;
  2. name : string;
  3. mutable flags : int;
}
type t = ident option array
val empty : t
val print : Stdlib.out_channel -> t -> unit
val read : Index.t -> Stdlib.in_channel -> t
val write : Stdlib.out_channel -> t -> unit
OCaml

Innovation. Community. Security.