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