Copyright | (c) 2024 Patrick Brisbin |
---|---|
License | AGPL-3 |
Maintainer | pbrisbin@gmail.com |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Synopsis
- data Ronn = Ronn {}
- data Section = Section {}
- data Content
- = Definitions [Definition]
- | Groups [Group]
- data Definition = Definition {}
- data Group
- newtype Line = Line {}
- data Part
- data ManRef = ManRef {
- name :: Text
- section :: ManSection
- data ManSection
- manSectionNumber :: ManSection -> Int
Documentation
data Definition Source #
Concat [Part] |
The following expressions are equivalent:
Using the |
Code Part | |
UserInput Part | |
Strong Part | |
Variable Part | |
Ephasis Part | |
Brackets Part | |
Parens Part | |
Ref ManRef | |
Raw Text |
References
ManRef | |
|
data ManSection Source #
Instances
manSectionNumber :: ManSection -> Int Source #