CurryInfo: runcurry-3.0.0 / RunCurry.noHashLine

definition: Info
 
noHashLine :: String -> Bool
noHashLine [] = True
noHashLine (c:_) = c /= '#'
demand: Info
 argument 1
deterministic: Info
 deterministic operation
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({[]}) |-> {True} || ({:}) |-> _}
name: Info
 noHashLine
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms