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

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