Copyright | (c) 2011 - 2016 Björn Peemöller 2016 Jan Tikovsky |
---|---|
License | BSD-3-clause |
Maintainer | bjp@informatik.uni-kiel.de |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
This module defines a function for generating HTML documentation pages for Curry source modules.
Synopsis
- source2html :: Options -> ModuleIdent -> [(Position, Token)] -> Module a -> CYIO ()
Documentation
source2html :: Options -> ModuleIdent -> [(Position, Token)] -> Module a -> CYIO () Source #
Translate source file into HTML file with syntaxcoloring