{-# LANGUAGE MagicHash #-} {-# OPTIONS_HADDOCK show-extensions #-} {-| Copyright : (C) 2013-2015, University of Twente License : BSD2 (see the file LICENSE) Maintainer : Christiaan Baaij -} module CLaSH.Sized.BitVector ( -- * Datatypes BitVector , Bit -- * Accessors -- ** Length information , size# , maxIndex# -- * Construction -- ** Initialisation , high , low , bLit -- ** Concatenation , (++#) ) where import CLaSH.Sized.Internal.BitVector