Unify config files, add capability to remember window position
This commit is contained in:
+8
-2
@@ -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 #-}
|
||||
|
||||
Reference in New Issue
Block a user