curry-frontend-0.4.2: Lexer, parser, type checker, etc. for the Curry language

Copyright(c) 2011 - 2016, Björn Peemöller 2016 , Jan Tikovsky
LicenseBSD-3-clause
Maintainerbjp@informatik.uni-kiel.de
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Html.CurryHtml

Description

This module defines a function for generating HTML documentation pages for Curry source modules.

Synopsis

Documentation

source2html :: Options -> ModuleIdent -> [(Position, Token)] -> Module -> CYIO () Source #

Translate source file into HTML file with syntaxcoloring