{-# LANGUAGE ExplicitNamespaces #-}

-----------------------------------------------------------------------------
-- |
-- Module      :  Data.Dimensions.Unsafe
-- Copyright   :  (C) 2013 Richard Eisenberg
-- License     :  BSD-style (see LICENSE)
-- Maintainer  :  Richard Eisenberg (eir@cis.upenn.edu)
-- Stability   :  experimental
-- Portability :  non-portable
--
-- This module exports the constructor of the 'Dim' type. This allows you
-- to write dimension-unsafe code. Use at your peril.
-----------------------------------------------------------------------------

module Data.Dimensions.Unsafe (
  -- * The 'Dim' type
  Dim(..),
  ) where

import Data.Dimensions.Dim