postgresql-syntax-0.5.0.0: 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 itSatisfiesArbitrary @CExpr
module Ast.CExprSpec (spec) where import Helpers.Specs import PostgresqlSyntax.Ast.CExpr import Test.Hspec spec :: Spec spec = do itSatisfiesIsAst @CExpr itSatisfiesArbitrary @CExpr