candid-0.2: 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
, module Codec.Candid.FieldName
) where
import Codec.Candid.Parse
( CandidTestFile(..)
, CandidTest(..)
, DidFile(..)
, TestInput(..)
, TestAssertion(..)
, parseCandidTests
)
import Codec.Candid.TH
( candidTypeQ
, generateCandidDefs
)
import Codec.Candid.FieldName
( invertHash
)