CurryInfo: exact-print-2.0.0 / Curry.Comment.commentString

definition: Info
 
commentString :: Comment -> String
commentString (NestedComment s) = s
commentString (LineComment   s) = s
demand: Info
 argument 1
deterministic: Info
 deterministic operation
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({NestedComment}) |-> _ || ({LineComment}) |-> _}
name: Info
 commentString
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Comment -> String
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms