tilia-0.0.1.0: corpora/vendored/declaration/data/comment-above-a-documented-brace.hs
module Terminal.Size where
data Size
= MkSize
-- static
{ rows :: Int
-- ^ how tall the terminal is
, columns :: Int
-- ^ how wide it is
}
module Terminal.Size where
data Size
= MkSize
-- static
{ rows :: Int
-- ^ how tall the terminal is
, columns :: Int
-- ^ how wide it is
}