CurryInfo: call-analysis-3.2.0 / TRS.showTRS

definition:
showTRS :: [Rule] -> String
showTRS = intercalate "\n" . map showRule . filter isShowRule
 where
   isShowRule (Rule f _ _) = f `notElem` ["?"]
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- show a TRS
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
showTRS
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
[Rule] -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term