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