{- |

Module      :  Data.Yoko.CoreTypes
Copyright   :  (c) The University of Kansas 2011
License     :  BSD3

Maintainer  :  nicolas.frisby@gmail.com
Stability   :  experimental
Portability :  see LANGUAGE pragmas (... GHC)

Just the "Data.Yoko.Core" types -- doesn't export the constructors.

-}

module Data.Yoko.CoreTypes (Rep, V, U, D, R, F, FF, M, N, (:*)) where

import Data.Yoko.Core