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