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