CurryInfo: call-analysis-3.2.0 / TRS.showTRS

definition: Info
 
showTRS :: [Rule] -> String
showTRS = intercalate "\n" . map showRule . filter isShowRule
 where
   isShowRule (Rule f _ _) = f `notElem` ["?"]
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
show a TRS
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {.._#lambda508}}
name: Info
 showTRS
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 [Rule] -> 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