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