CurryInfo: curry-source-1.2.0 / Language.Curry.StringClassifier.testScan

definition:
testScan :: [Char] -> IO ()
testScan fn = do c <- readFile fn
                 print (unscan (scan c)==c)
demand:
no demanded arguments
deterministic:
possibly non-deterministic operation
documentation:
--- test whether (unscan . scan) is identity
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
testScan
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term