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

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