packages feed

Wired-0.1: Data/Hardware.hs

module Data.Hardware
  ( Name
  , Tag
  , IntCast (..)
  , DoubleCast (..)
  , icast
  , dcast
  , Length
  , Width
  , Height
  , Layer
  , Capacitance
  , Resistance
  , Time
  , Delay
  ) where



import Data.Hardware.Internal