-- -- Helper module for mod102.hs -- module Mod102_AuxA where class ClassA a where methA :: Int -> a methB :: Bool -> a