CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Select.isPrelude

definition:
isPrelude :: String -> Bool
isPrelude m = m == "Prelude"
demand:
argument 1
deterministic:
deterministic operation
documentation:
------------------------------------------------------------------------
--- Tests whether a module name is the prelude.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
isPrelude
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms