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