CurryInfo: currydoc-4.0.0 / CurryDoc.Read.readComments

definition: Info
 
readComments :: String -> IO (String,[(SourceLine,String)])
readComments filename = do
  prog <- readFile filename
  return (groupLines . filter (/=OtherLine) . map classifyLine . lines $ prog)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Reads the comments of a source file to be put in the HTML documentation.
Returns the module comment and the list of (Func/DataDef,comment) pairs.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 readComments
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> Prelude.IO (String, [(SourceLine, String)])
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term