-- | 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.Literal, module CsoundExpr.Base.MultiOut, module CsoundExpr.Base.Arithmetic, module CsoundExpr.Base.SideEffect, module CsoundExpr.Base.Header, module CsoundExpr.Base.Score, module CsoundExpr.Base.Gens ) where import CsoundExpr.Base.Types import CsoundExpr.Base.Literal import CsoundExpr.Base.MultiOut import CsoundExpr.Base.Arithmetic import CsoundExpr.Base.SideEffect import CsoundExpr.Base.Header import CsoundExpr.Base.Score import CsoundExpr.Base.Gens