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