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