halfsplit-0.3.0.0: A library to provide special kind of two-column terminal output for Phladiprelio.
Copyright(c) OleksandrZhabenko 2023
LicenseMIT
Maintaineroleksandr.zhabenko@yahoo.com
StabilityExperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010

Phladiprelio.Halfsplit

Description

 
Synopsis

Documentation

halfsplit :: (Show a, Eq b) => (a -> b) -> Int8 -> [a] -> String Source #

Converts the data that is an instance of Show typeclass to be printed in two-column way.

splitGroups :: Int -> [[a]] -> ([[a]], [[a]], Int) Source #

print23 :: String -> String -> Int -> [String] -> IO () Source #