From 240baac18d556c3a919c1cafa001fd53c1f3af91 Mon Sep 17 00:00:00 2001 From: Guillaume Allais Date: Thu, 5 Feb 2026 13:21:11 +0000 Subject: [PATCH] [ typo ] Fix documentation of HKey --- Data/HKeyPrivate.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/HKeyPrivate.hs b/Data/HKeyPrivate.hs index df9b875..c17a861 100644 --- a/Data/HKeyPrivate.hs +++ b/Data/HKeyPrivate.hs @@ -47,7 +47,7 @@ instance Hashable Unique where -- | The datatype of Keys. -- --- [x] The scope of this key. This can either be 'T' for top-level keys created with 'createKey' or +-- [s] The scope of this key. This can either be 'T' for top-level keys created with 'createKey' or -- an existential type for keys introduced by 'withKey' (or with the Key monad 'KeyM'). -- -- [a] The type of things that can be sorted at this key.