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.
- New documentation and complete Haddock docs on all definitions.
- New cabal package.
- 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.
- First complete implementation.