1 2 3 4 5
-- -- Helper module for mod101.hs module Mod101_AuxA where data DataA = ConA Int | ConB Bool