servant-aeson-specs-0.1: src/Test/Aeson/RoundtripSpecs.hs
{-# LANGUAGE ScopedTypeVariables #-}
module Test.Aeson.RoundtripSpecs (
genericAesonRoundtrip,
shouldBeIdentity,
-- * re-exports
Proxy(..),
) where
import Data.Proxy
import Test.Aeson.RoundtripSpecs.Internal