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