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