-- | basic combinators and types -- -- Imports all 'Base' modules, but "CsoundExpr.Base.UserDefined" -- and "CsoundExpr.Base.Pitch". module CsoundExpr.Base ( module CsoundExpr.Base.Types, module CsoundExpr.Base.Imperative, module CsoundExpr.Base.MultiOut, module CsoundExpr.Base.Arithmetic, module CsoundExpr.Base.SideEffect, module CsoundExpr.Base.Header, module CsoundExpr.Base.Score, module CsoundExpr.Base.Gens, module CsoundExpr.Base.Pretty ) where import CsoundExpr.Base.Types import CsoundExpr.Base.Imperative import CsoundExpr.Base.MultiOut import CsoundExpr.Base.Arithmetic import CsoundExpr.Base.SideEffect import CsoundExpr.Base.Header import CsoundExpr.Base.Score import CsoundExpr.Base.Gens import CsoundExpr.Base.Pretty