yi-0.6.2.3: The Haskell-Scriptable EditorSource codeContentsIndex
Yi.Main
Description
This is the main module of Yi, called with configuration from the user. Here we mainly process command line arguments.
Synopsis
main :: Config -> Maybe Editor -> IO ()
Documentation
main :: Config -> Maybe Editor -> IO ()Source
Static main. This is the front end to the statically linked application, and the real front end, in a sense. dynamic_main calls this after setting preferences passed from the boot loader.
Produced by Haddock version 2.6.1