Functions to generate documentation in "CDoc" format.
Author: Sandra Dylus
Version: November 2015
generateCDoc
:: String -> String -> [(SourceLine,String)] -> AnaInfo -> IO String
|
funcComment
:: String -> [(SourceLine,String)] -> String
|
dataComment
:: String -> [(SourceLine,String)] -> String
|
flexRigid
:: Rule -> FlexRigidResult
|
author
:: [(String,String)] -> String
|
consSignature
:: ConsDecl -> ((String,String),[TypeExpr])
|
Constructors:
ModuleInfo
:: String -> String -> String -> ModuleInfo
Constructors:
CurryInfo
:: ModuleInfo -> [FunctionInfo] -> [TypeInfo] -> CurryInfo
Constructors:
FunctionInfo
:: String -> TypeExpr -> String -> String -> Bool -> FlexRigidResult -> FunctionInfo
Constructors:
|
|
|
|
|
|