{-# LANGUAGE Arrows, NoMonomorphismRestriction, RebindableSyntax #-} module Circuit.IEEE_STD_LOGIC_1164 ( aAnd , aOr , aXor , aNot ) where import Circuit.Defaults (aAnd, aOr, aXor, aNot)