packages feed

tilia-0.0.1.0: corpora/vendored/declaration/data/comment-above-a-documented-brace-out.hs

module Terminal.Size where

data Size
  = MkSize
  -- static
  { -- | how tall the terminal is
    rows :: Int,
    -- | how wide it is
    columns :: Int
  }