packages feed

fay-0.19: tests/ImportIThingAll.hs

module ImportIThingAll where

import           FFI

import           ImportList1.C        (A (..))

main :: Fay ()
main = do
  print $ B1 1
  print $ b1 (B1 1)
  print $ B2 2