CurryInfo: wl-pprint-3.0.0 / Text.PrettyImpl.lengthVis

definition:
lengthVis :: String -> Int
lengthVis = Prelude.length . filter isVisible
  where
  isVisible c = ord c `notElem` ([5, 6, 7] ++ [16 .. 31])
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Compute number of visible ASCII characters
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
lengthVis
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
String -> Prelude.Int
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term