package DAGaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module MO : OOPS.MSig

Signature

module GO : sig ... end
type tt0 = LDD.OOPS.Model.t
type t = {
  1. pure : tt0;
  2. oman : MO.t;
  3. fa : MO.f array;
  4. arity : int;
  5. hist : MO.f MLBDD.hist;
}
val newman : tt0 -> MO.t -> int -> MO.f array -> t
val compute_doneg : t -> f0 -> MO.f
val compute : t -> f0 list -> MO.f list
val translate : tt0 -> MO.t -> f0 list -> MO.f list