Type Definition dimacs::FormulaList [] [src]

type FormulaList = Box<[Formula]>;

An immutable list of Formulas.