CurryInfo: verify-non-fail-2.0.0 / Verify.NonFailConditions.intDivOps

definition:
 
intDivOps :: [QName]
intDivOps = map pre
  [ "_impl#div#Prelude.Integral#Prelude.Int#"
  , "_impl#mod#Prelude.Integral#Prelude.Int#"
  , "_impl#quot#Prelude.Integral#Prelude.Int#"
  , "_impl#rem#Prelude.Integral#Prelude.Int#"
  , "div", "mod", "quot", "rem" ]
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Integer division operators defined in the prelude.
failfree:
 ()
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {() |-> {:,[]}}
name:
 intDivOps
precedence:
 no precedence defined
result-values:
 {:,[]}
signature:
 [(String, String)]
solution-complete:
 operation might suspend on free variables
terminating:
 yes
totally-defined:
 reducible on all ground data terms