package DAGaml

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

Parameters

module Q : AQEOPS.MSig

Signature

module M = LDD.OOPS.Model
type f0 = M.f
type tt0 = M.t
type t = {
  1. pure : tt0;
  2. oman : Q.t;
  3. memo : (GuaCaml.BTools.barray * int, MLBDD.t) GuaCaml.MemoTable.t;
}
val newman : tt0 -> Q.t -> t
val compute : t -> Q.f -> f0
val translate : tt0 -> Q.t -> Q.f list -> f0 list