definition: |
curryInfoRequest2CASS :: [(String,String)] curryInfoRequest2CASS = [ ("deterministic", "Deterministic") , ("demand", "Demand") , ("indeterministic", "Indeterministic") , ("solution-complete", "SolComplete") , ("terminating", "Terminating") , ("totally-defined", "Total") , ("result-values", "Values") ] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The requests and analysis names currently support by CurryInfo. --- Taken from `CurryInfo.Analysis` of package `curry-info`. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {:}} |
name: |
curryInfoRequest2CASS |
precedence: |
no precedence defined |
result-values: |
{:} |
signature: |
[(String, String)] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |