Unify config files, add capability to remember window position

This commit is contained in:
2021-10-29 19:35:54 +01:00
parent 4df03e59f5
commit 78f91e522b
14 changed files with 43 additions and 104 deletions
+8 -2
View File
@@ -1,6 +1,12 @@
{-| Basic padding and "justification" of lists.
-}
{-| Basic padding and "justification" of lists. -}
module Padding
( leftPad
, rightPad
, midPad
, midPadL
, rotU
, rotD
)
where
leftPad :: Int -> a -> [a] -> [a]
{-# INLINE leftPad #-}