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