-- 010303 (bugfix from 021204 version) -- Version for Hugs extension for less restricted class instance declarations. -- Run Hugs with flag -98 +o. -- A convenience module that simply imports and exports all the different -- Lift*-modules. Use if you just want it all. module LiftAll(module Liftable, module LiftNum, module LiftBool, module LiftEq, module LiftOrd, module LiftArray, module LiftMaybe) where import Liftable import LiftNum import LiftBool import LiftEq import LiftOrd import LiftArray import LiftMaybe