| Portability | portable |
|---|---|
| Stability | provisional |
Sindre.Main
Description
Sindre, a programming language for writing simple GUIs
- sindreMain :: Program -> ClassMap SindreX11M -> ObjectMap SindreX11M -> FuncMap SindreX11M -> GlobMap SindreX11M -> [String] -> IO ()
- emptyProgram :: Program
- classMap :: ClassMap SindreX11M
- objectMap :: ObjectMap SindreX11M
- funcMap :: FuncMap SindreX11M
- globMap :: GlobMap SindreX11M
Documentation
sindreMain :: Program -> ClassMap SindreX11M -> ObjectMap SindreX11M -> FuncMap SindreX11M -> GlobMap SindreX11M -> [String] -> IO ()Source
The main Sindre entry point.