CurryInfo: curry-source-1.2.0 / Language.Curry.SourceCodeClassifier.getClassesInModule

definition:
getClassesInModule :: String -> IO [Occurrence]
getClassesInModule mn =
  uncurry collectClassesInModule <$> readModule mn
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Extracts all classes in a module with their comment and code spans.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
getClassesInModule
precedence:
no precedence defined
result-values:
_
signature:
String
-> Prelude.IO [(String, (Prelude.Int, Prelude.Int), (Prelude.Int, Prelude.Int))]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term