| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.UnitsOfMeasure.Plugin
Description
This module defines a typechecker plugin that solves equations involving units of measure. To use it, add
{-# OPTIONS_GHC -fplugin Data.UnitsOfMeasure.Plugin #-}above the module header of your source files, or in the
ghc-options field of your .cabal file. You do not need to
import this module.