-- | Interface to the essential parts of the Feldspar language. High-level -- libraries have to be imported separately. module Feldspar ( module Feldspar.Prelude , module Feldspar.Core ) where import qualified Prelude -- In order to be able to use the Feldspar module in GHCi without getting name -- clashes. import Feldspar.Prelude import Feldspar.Core