package GT

  1. Overview
  2. Docs
Generic programming with extensible transformations

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.2.tar.gz
md5=9d18b96ada4d18fdda0b5f5698273145
sha512=945070bea4322bf8f7932a259af91432a3c109a05294ba2a27c1c2e9d2796ffb4cc32f6b8e28ff465311277696296ddda531a2ce818e590c09c64c5721d65e19

CHANGES.html

CHANGES

# Ureleased

## Changed

## 0.5.2 (2023-06-16)

## Changed

- Upgrade support of mutually recursive abbreviations (in presence of -rectypes). Previously some code would not compile (breaking)
- Mutually recursive fixpoint on N typs is now called 'fix_typ1_typ2_..._typN' instead of 'fix_typ1' (breaking)
- Add forgotten `html` plugin to `GT.ppx_all` findlib package
- Replace dependecy on base by a dependecy on Ppxlib.stdppx
- Support both `[@@deriving gt ~options:{...}]` and `[@@deriving gt ~plugins:{...}]`
- Better pretty-printing of zero-argument constructors
- Relax upper constraint on PPXlib to be <= 0.28


## 0.5.1 (2022-04-27)

## Changed

- Upgrade to ppxlib <= 0.26 and OCaml 4.14

## 0.5.0 (2022-02-11)

## 0.4.2 (2021-08-09)

### Changed

- Add PPX rewriter GT.ppx_all that incapsulated all available plugins
- Generated code has less warnings

## 0.4.1 (2021-02-19)