data Comment
Constructors:
Known instances:
commentString
:: Comment -> String
readComments
:: String -> IO [(Span, Comment)]
Reads the comments from a specified module
readCommentsWithParseOptions
:: String -> FrontendParams -> IO [(Span, Comment)]
Reads the comments with further options from a specified module
commentsFileName
:: String -> String
Get the comments filename of a curry programm
readCommentsFile
:: String -> IO [(Span, Comment)]
Reads the comments from a specified file
readCommentsFileRaw
:: String -> IO String
Reads the text from a specified file containing comments