CurryInfo: exact-print-2.0.0 / Curry.Comment.readComments

definition: Info
 
readComments :: String -> IO [(Span, Comment)]
readComments progname =
   readCommentsWithParseOptions progname (setQuiet True defaultParams)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
| Reads the comments from a specified module
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 [(Curry.Span.Span, Comment)]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term