summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod101_AuxA.hs
blob: 39ff86868d9e5ec23efa0f5a4a4927dc6a5b26ac (plain)
1
2
3
4
5
--
-- Helper module for mod101.hs
module Mod101_AuxA where

data DataA = ConA Int | ConB Bool