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

definition:
readComments :: String -> IO [(Span, Comment)]
readComments progname =
   readCommentsWithParseOptions progname (setQuiet True defaultParams)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- | Reads the comments from a specified module
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
readComments
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO [(Curry.Span.Span, Comment)]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term