hsc3-0.20: Haskell SuperCollider
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.Sc3.Common.Context

Description

Interpreter (module) contexts for hsc3.

Synopsis

Documentation

type Context = [(String, Maybe String, String)] Source #

(moduleName, qualifierName, packageName)

context_format :: Context -> [String] Source #

Format a Context as a sequence of import commands.

context_write :: FilePath -> Context -> IO () Source #

writeFile of context_format

min_context :: Context Source #

Minimal hsc3 context

std_context :: Context Source #

Standard hsc3 context