CurryInfo: currycheck-4.0.0 / CurryCheck.modNameToId

definition:
modNameToId :: String -> String
modNameToId = intercalate "_" . split (=='.')
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Translate a module name to an identifier, i.e., replace '.' by '_':
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
modNameToId
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
String -> String
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term