CurryInfo: base-3.3.0 / Prelude.realToFrac

definition:
realToFrac :: (Real a, Fractional b) => a -> b
realToFrac = fromFloat . toFloat
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- General coercion to fractional types.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {.._#lambda508}}
name:
realToFrac
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
(Real a, Fractional b) => a -> b
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms