1 2 3 4 5 6 7 8
module Lib where import System.FilePath import IntLib filepath = "a" </> "b" lib = 1 + intlib