1 2 3 4 5 6 7 8 9
-- -- Helper module for mod102.hs -- module Mod102_AuxA where class ClassA a where methA :: Int -> a methB :: Bool -> a