к
Size: a a a
JS
JS
AK
*Main Lib Paths_lhHello0001> f = 3
*Main Lib Paths_lhHello0001> :t f
f :: Num p => p
*Main Lib Paths_lhHello0001> :t 3
3 :: Num p => p
JS
> :t 3
3 :: forall {p}. Num p => p
> :t f
<interactive>:1:1: error: Variable not in scope: f
AK
JS
AK
AK
AK