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