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