postgresql-syntax-0.5.0.2: hspec-test/Ast/OpSpec.hs
module Ast.OpSpec (spec) where import Helpers.Specs import PostgresqlSyntax.Ast.Op import Prelude hiding (Op) import Test.Hspec spec :: Spec spec = do itSatisfiesIsAst @Op itSatisfiesArbitrary @Op
module Ast.OpSpec (spec) where import Helpers.Specs import PostgresqlSyntax.Ast.Op import Prelude hiding (Op) import Test.Hspec spec :: Spec spec = do itSatisfiesIsAst @Op itSatisfiesArbitrary @Op