Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 907 Bytes

File metadata and controls

25 lines (20 loc) · 907 Bytes

Changelog for holeyexpression

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.

Unreleased

[0.2.0.0] - 2026-08-28

Added

- New documentation and complete Haddock docs on all definitions.
- New cabal package.

Changed

- Better naming of combinators. 
       - Data.HoleyExp.HExp.empty is now emptyExp
       - Data.HoleyExp.HExp.hole is now empty           
       - Data.HoleyExp.HExp.plugHole is now plug
       - Data.HoleyExp.HExp.fillHole is now update
       - Data.HoleyExp.HExp.placeInHole is now place
- Moved template haskell and JSON out of this package and into their own packages.

[0.1.0.0] - 2026-08-14

- First complete implementation.