Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype CommentTable = CommentTable {}
- tshow :: Show a => a -> Text
- fromList :: [(CellRef, Comment)] -> CommentTable
- toList :: CommentTable -> [(CellRef, Comment)]
- lookupComment :: CellRef -> CommentTable -> Maybe Comment
- parseComment :: Map Int Text -> Cursor -> [(CellRef, Comment)]
- renderShapes :: CommentTable -> ByteString
Documentation
newtype CommentTable Source #
Instances
lookupComment :: CellRef -> CommentTable -> Maybe Comment Source #
renderShapes :: CommentTable -> ByteString Source #
helper to render comment baloons vml file, currently uses fixed shape