package bddrand

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = (bool * int) list list * int
val parse : string -> t
val print : t -> string
val to_formula : t -> Exp.var list * Exp.formula