к
Size: a a a
[
[
[
MK
MK
AA
D
AA
Prelude> _ :: Int -> Double
<interactive>:1:1: error:
* Found hole: _ :: Int -> Double
* In the expression: _ :: Int -> Double
In an equation for `it': it = _ :: Int -> Double
* Relevant bindings include
it :: Int -> Double (bound at <interactive>:1:1)
Valid hole fits include
toEnum :: forall a. Enum a => Int -> a
with toEnum @Double
(imported from `Prelude' (and originally defined in `GHC.Enum'))
fromIntegral :: forall a b. (Integral a, Num b) => a -> b
with fromIntegral @Int @Double
(imported from `Prelude' (and originally defined in `GHC.Real'))
realToFrac :: forall a b. (Real a, Fractional b) => a -> b
with realToFrac @Int @Double
(imported from `Prelude' (and originally defined in `GHC.Real'))
AA
AA
[