tilia-0.0.1.0: corpora/vendored/other/comment-spliced-into-a-line-out.hs
module Terminal.Size where
resize d = case d of
Size
{ rows = r,
columns = c {-, depth = d-}
} -> r + c
module Terminal.Size where
resize d = case d of
Size
{ rows = r,
columns = c {-, depth = d-}
} -> r + c