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

definition:
getOperationsInModule :: String -> IO [Occurrence]
getOperationsInModule mn =
  uncurry collectOperationsInModule <$> readModule mn
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Extracts all operations in a module with their comment and code spans.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
getOperationsInModule
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