CurryInfo: currydoc-4.0.0 / CurryDoc.Read.splitComment

definition: Info
 
splitComment :: String -> (String,[(String,String)])
splitComment cmt = splitCommentMain (lines cmt)
demand: Info
 argument 1
deterministic: Info
 deterministic operation
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {(,)}}
name: Info
 splitComment
precedence: Info
 no precedence defined
result-values: Info
 {(,)}
signature: Info
 String -> (String, [(String, String)])
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term