-- | This module exports the types that users of "Lava", "Layout" and "Wired"
-- (not the internal modules) will need.
module Data.Hardware
  ( Res (..)
  , Name
  , Tag
  , Length (..)
  , XPos
  , YPos
  , Width
  , Height
  , addLen, subLen, mulLen, mulLen2, divLen
  , Layer
  , Time
  , Delay
  ) where



import Data.Hardware.Internal