aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/KeysM.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Internal/KeysM.hs')
-rw-r--r--src/Internal/KeysM.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Internal/KeysM.hs b/src/Internal/KeysM.hs
index fa9b49f..e490b89 100644
--- a/src/Internal/KeysM.hs
+++ b/src/Internal/KeysM.hs
@@ -377,7 +377,7 @@ altgrMod = maskMod altgrMask
{- Can combine two or more of the functions above to apply the same action to
- multiple masks. -}
-(-|-) :: (Binding k b) =>
+(-|-) :: (Binding k b) =>
(k -> BindingBuilder b ()) ->
(k -> BindingBuilder b ()) ->
k -> BindingBuilder b ()