Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- renderOut :: Sigs a => SE a -> IO String
- renderOutBy :: Sigs a => Options -> SE a -> IO String
- renderEff :: (Sigs a, Sigs b) => (a -> SE b) -> IO String
- renderEffBy :: (Sigs a, Sigs b) => Options -> (a -> SE b) -> IO String
- renderOut_ :: SE () -> IO String
- renderOutBy_ :: Options -> SE () -> IO String
- module Csound.Typed.GlobalState.Options
- module Csound.Dynamic.Types.Flags
- saveUserOptions :: Options -> IO ()
- getUserOptions :: IO (Maybe Options)
Documentation
Options
module Csound.Dynamic.Types.Flags
saveUserOptions :: Options -> IO () Source #
Saves the user options in the current directory.
If it's saved in the User's home directory it becomes global options.