module TextViewport.Buffer.Item where data Item a seg = Item { itemText :: a , itemSegments :: seg } deriving (Eq, Show)