{- |
Copyright   :  (c) Andy Sonnenburg 2013
License     :  BSD3
Maintainer  :  andy22286@gmail.com
-}
module Data.Ref
       ( module Data.Ref.Class
       ) where

import Data.Ref.Class