:load - load file to ghci
:set prompt "--> " - change prompt
:info SomeClass - show all defined instances
:? - show help list
:q - quite ghci
= - define function
x = 1- function which return Integer
add x y = x + y
/= - not equal
a /= b
compare - return Ordering data GT, LT, EQ