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