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

definition: Info
 
isComment :: Token -> Bool
isComment x = isSmallComment x || isBigComment x
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
test if given token is a comment (big or small)
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 isComment
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Token -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms