1 2 3 4 5 6 7 8
module T3823A where import T3823B data A = X { x :: Bool } | Y y :: A -> A y = \_ -> Y