simple-ui-0.1.2: UI library for terminal.
Simple.UI.Utils
removeAt :: Int -> [a] -> [a] Source #
insertAt :: Int -> [a] -> a -> [a] Source #