к
Size: a a a
к
AK
М
E
Д
AK
E
М
М
AK
ЕИ
A
к
Prelude> ys = [1, 2, 3]
Prelude> x:xs = ys
Prelude> x
1
Prelude> xs
[2,3]
Prelude> ys
[1,2,3]
ЕИ
main.hs:2:1: error:
Could not find module ‘System.Directory’
Use -v (or `:set -v` in ghci) to see a list of the files searched for.
к
main.hs:2:1: error:
Could not find module ‘System.Directory’
Use -v (or `:set -v` in ghci) to see a list of the files searched for.
к
ЕИ
к
ЕИ
к
import System.Directory
main = putStrLn "hello world!"