5.2. Import list

Give the list of modules and optionall the list of functions or types that we wish to import (like include in C/C++).

import List  (find)
import Maybe (isJust)