curry-frontend-1.0.1: Compile the functional logic language Curry to several intermediate formats

Copyright(c) 2011 - 2016 Björn Peemöller
2016 Jan Tikovsky
LicenseBSD-3-clause
Maintainerbjp@informatik.uni-kiel.de
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
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 a -> CYIO () Source #

Translate source file into HTML file with syntaxcoloring