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

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