package ppx_cold

  1. Overview
  2. Docs
Expands [@cold] into [@inline never][@specialise never][@local never]

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=670ee6f4efef2020a4bedf91b72cc2cd97ea0d74b47dad2f8f6b72d722a7452d

Description

Part of the Jane Street's PPX rewriters collection.

Published: 23 May 2024

README

README.md

Translates [@@cold] atributes to [@@inline never] [@@local never] [@@specialise never]

Cf. discussion https://github.com/ocaml/ocaml/issues/8563

Dependencies (4)

  1. ppxlib >= "0.28.0"
  2. dune >= "3.11.0"
  3. base >= "v0.17" & < "v0.18"
  4. ocaml >= "5.1.0"

Dev Dependencies

None

Used by (3)

  1. ppx_assert >= "v0.17.0"
  2. ppx_bap < "v0.14.0"
  3. ppx_base >= "v0.17.0"

Conflicts

None

OCaml

Innovation. Community. Security.