1module Lib2 where
2
3import Lib
4
5g = do
6    someFunc
7    print x
8  where z = 1+2
9        y = z+z
10        x = y*z
11
12otherId :: DataType -> DataType
13otherId dataType = dataType