candid-0.1: src/Codec/Candid/TestExports.hs
-- | This modules exports internals soley for the purpose of importing them in
-- the test suite
module Codec.Candid.TestExports
( module Codec.Candid.Parse
, module Codec.Candid.TH
) where
import Codec.Candid.Parse
( CandidTestFile(..)
, CandidTest(..)
, DidFile(..)
, DidMethod(..)
, TestInput(..)
, TestAssertion(..)
, parseCandidTests
)
import Codec.Candid.TH
( candidTypeQ
, generateCandidDefs
)