packages feed

fay-0.19: tests/ExportList_A.hs

module ExportList_A (x, A (..), B (B, b1), module ExportList_B) where

import ExportList_B

x :: Double
x = 1

data A = A { a1 :: Double }

data B = B { b1 :: Double }