Safe Haskell | None |
---|---|
Language | Haskell98 |
Formats Haskell source code as HTML with CSS and Mouseover Type Annotations
Documentation
:: Bool | Whether to include anchors. |
-> Bool | Whether input document is literate haskell or not |
-> String | Haskell source code, Annotations as comments at end |
-> String | Coloured Haskell source code. |
Formats Haskell source code using HTML and mouse-over annotations
:: Bool | Whether to include anchors. |
-> CommentTransform | Function to refine comment tokens |
-> Bool | Whether input document is literate haskell or not |
-> (String, AnnMap) | Haskell Source, Annotations |
-> String | Coloured Haskell source code. |
Formats Haskell source code using HTML and mouse-over annotations
Instances
Show AnnMap # | |
ToJSON AnnMap | |
Defined in Language.Haskell.Liquid.UX.Annotate toEncoding :: AnnMap -> Encoding toJSONList :: [AnnMap] -> Value toEncodingList :: [AnnMap] -> Encoding |
srcModuleName :: String -> String #
Instances
Eq Status # | |
Ord Status # | |
Show Status # | |
ToJSON Status | JSON Instances ---------------------------------------------------- |
Defined in Language.Haskell.Liquid.UX.Annotate toEncoding :: Status -> Encoding toJSONList :: [Status] -> Value toEncodingList :: [Status] -> Encoding |
tokeniseWithLoc :: CommentTransform -> String -> [(TokenType, String, Loc)] #