kvitable-1.1.0.0: Key/Value Indexed Table container and formatting library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.KVITable.Internal.Helpers

Documentation

type Keys = [Name "Key"] Source #

single :: e -> [e] Source #

snoc :: [a] -> a -> [a] Source #

maxOf :: (Foldable t, Ord e) => e -> t e -> e Source #