CurryInfo: exact-print-2.0.0 / Curry.ExactPrint.ppInfix

definition: Info
 
ppInfix :: Infix -> String
ppInfix f = case f of
  Infix   -> "infix"
  InfixL  -> "infixl"
  InfixR  -> "infixr"
demand: Info
 argument 1
deterministic: Info
 deterministic operation
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({Infix}) |-> {:} || ({InfixL}) |-> {:} || ({InfixR}) |-> {:}}
name: Info
 ppInfix
precedence: Info
 no precedence defined
result-values: Info
 {:}
signature: Info
 Curry.Types.Infix -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms