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