From 0412c42844b94d4d687d8bba3a29e7e815c93a2b Mon Sep 17 00:00:00 2001 From: flupe Date: Tue, 1 Oct 2024 11:41:24 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79083de0..92508833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Changes to agda2hs: - Non-erased implicit arguments and instance arguments are now compiled to regular arguments in Haskell - Non-erased module parameters are now compiled to regular arguments in Haskell - Rank-N Haskell types are now supported +- Added `agda2hs locate` command printing the path to the agda2hs prelude `.agda-lib` file Additions to the agda2hs Prelude: - New module `Haskell.Extra.Dec` for working with decidability proofs (compiled to `Bool`)