cudd-0.1.0.4: Bindings to the CUDD binary decision diagrams library

Safe HaskellNone
LanguageHaskell2010

Cudd.MTR

Documentation

newtype MtrNode s Source #

Constructors

MtrNode (Ptr CMtrNode) 

mtrMakeGroup :: MtrNode s -> Int -> Int -> Int -> ST s (MtrNode s) Source #