package DAGaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type f' = {
  1. mutable alive : bool;
  2. file_name : string;
  3. arity : int;
  4. size : int;
}
val arity : f' -> int
val size : f' -> int
val prefix : string
val suffix : string
val of_f : ?nocopy:bool -> ?normalize:bool -> t -> f -> f'
val to_f : t -> f' -> f
val free : f' -> unit
val tof : ?normalize:bool -> out_channel -> f' list -> unit
val off : in_channel -> f' list