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