CurryInfo: currycheck-4.0.0 / CurryCheck.showModuleLine

definition:
showModuleLine :: String -> Int -> String
showModuleLine mname ln =
  " (module " ++ mname ++ if ln == 0 then ")"
                                     else ", line " ++ show ln ++ ")"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Shows module name and line (if not zero) in brackets.
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
showModuleLine
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.Int -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term