forsyde-shallow-3.3.1.0: src/ForSyDe/Shallow/CoreLib.hs
-----------------------------------------------------------------------------
-- |
-- Module : ForSyDe
-- Copyright : (c) SAM Group, KTH/ICT/ECS 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.Signal"
--
-- * "ForSyDe.Shallow.Vector"
--
-- * "ForSyDe.Shallow.AbsentExt"
-----------------------------------------------------------------------------
module ForSyDe.Shallow.CoreLib(
module ForSyDe.Shallow.Signal,
module ForSyDe.Shallow.Vector,
module ForSyDe.Shallow.AbsentExt
) where
import ForSyDe.Shallow.Vector
import ForSyDe.Shallow.Signal
import ForSyDe.Shallow.AbsentExt