From e2a503e920cccf7089d96dbccb981d2d77279c6b Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 5 Oct 2018 10:01:50 +0200 Subject: [PATCH] heap_lang consistent spelling --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d93f562fe..8ae1c3de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ Changes in and extensions of the theory: functions. * [#] Add atomic updates and logically atomic triples, including tactic support. See `heap_lang/lib/increment.v` for an example. -* [#] HeapLang now uses right-to-left evaluation order. This makes it +* [#] heap_lang now uses right-to-left evaluation order. This makes it significantly easier to write specifications of curried functions. Changes in Coq: -- GitLab