postgresql-syntax-0.5.0.2: hspec-test/Ast/BitSpec.hs
module Ast.BitSpec (spec) where import Helpers.Specs import PostgresqlSyntax.Ast.Bit import Test.Hspec spec :: Spec spec = do itSatisfiesIsAst @Bit itSatisfiesArbitrary @Bit
module Ast.BitSpec (spec) where import Helpers.Specs import PostgresqlSyntax.Ast.Bit import Test.Hspec spec :: Spec spec = do itSatisfiesIsAst @Bit itSatisfiesArbitrary @Bit