File: list-blocks2.parsed

package info (click to toggle)
haskell-haddock-library 1.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 372 kB
  • sloc: haskell: 2,220; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
DocAppend
  (DocAppend
     (DocHeader
        Header {headerLevel = 3, headerTitle = DocString "Title"})
     (DocUnorderedList
        [DocParagraph (DocString "List directly"),
         DocAppend
           (DocParagraph (DocString "after the title"))
           (DocCodeBlock (DocString "with some inline things\n"))]))
  (DocUnorderedList [DocParagraph (DocString "is parsed weirdly")])