diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-22 12:54:22 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-22 13:10:25 +0530 |
| commit | ac056ba43192bd3c2cbe90d8c8c3d903985a52dd (patch) | |
| tree | 382dbe23f84f5d37f5c082105649c84343704119 /src/Chelleport/KeySequence.hs | |
| parent | 6d6cd036106e5daa2aef12bfcb2968657f9841b0 (diff) | |
| download | chelleport-ac056ba43192bd3c2cbe90d8c8c3d903985a52dd.tar.gz chelleport-ac056ba43192bd3c2cbe90d8c8c3d903985a52dd.zip | |
Updates docs
Diffstat (limited to '')
| -rw-r--r-- | src/Chelleport/KeySequence.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Chelleport/KeySequence.hs b/src/Chelleport/KeySequence.hs index 9f1f26a..fd8eaa7 100644 --- a/src/Chelleport/KeySequence.hs +++ b/src/Chelleport/KeySequence.hs @@ -5,7 +5,7 @@ import Chelleport.Utils (findWithIndex, uniq) import Control.Monad (guard) import Data.List (elemIndex, isPrefixOf) import qualified Data.Map as Map -import Data.Maybe (fromMaybe, isJust) +import Data.Maybe (isJust) import qualified SDL nextChars :: KeySequence -> KeyGrid -> Maybe [Char] |
