-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A library to provide special kind of two-column terminal output for Phladiprelio. -- -- Provides function for two-column terminal output for newer versions of -- Phladiprelio projects. Is intended to improve UI and UX for the work -- with them. @package halfsplit @version 0.1.0.0 module Phladiprelio.Halfsplit -- | Converts the data that is an instance of Show typeclass to be -- printed in two-column way. halfsplit :: (Show a, Eq b) => (a -> b) -> Int8 -> [a] -> String mergePartsLine :: Int -> String -> [String] -> [String] -> String splitGroups :: Int -> [[a]] -> ([[a]], [[a]], Int)