-----------------------------------------------------------------------------
-- |
-- Module  :  ForSyDe
-- Copyright   :  (c) ForSyDe Group, KTH 2007-2008
-- License     :  BSD-style (see the file LICENSE)
-- 
-- Maintainer  :  forsyde@kth.se
-- Stability   :  experimental
-- Portability :  portable 
-- 
-- The CoreLib is the base for all MoC libraries and is a container
-- that includes the following libraries:
-- 
-- * "ForSyDe.Shallow.Core.Signal"
-- 
-- * "ForSyDe.Shallow.Core.Vector"
-- 
-- * "ForSyDe.Shallow.Core.AbsentExt" 
-----------------------------------------------------------------------------

module ForSyDe.Shallow.Core(
        module ForSyDe.Shallow.Core.Signal,
        module ForSyDe.Shallow.Core.Vector,
        module ForSyDe.Shallow.Core.AbsentExt
        ) where

import ForSyDe.Shallow.Core.Vector
import ForSyDe.Shallow.Core.Signal
import ForSyDe.Shallow.Core.AbsentExt