Copyright | (c) 2024 Patrick Brisbin |
---|---|
License | AGPL-3 |
Maintainer | pbrisbin@gmail.com |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Documentation
optSynopsis :: Parser a -> [Part] Source #
optDefinitions :: Parser a -> [Definition] Source #
envDefinitions :: Parser a -> [Definition] Source #
Orphan instances
HasSections Parser Source # | |
getSynopsis :: forall (a :: k). Parser a -> Maybe [Part] # getOptDefinitions :: forall (a :: k). Parser a -> Maybe [Definition] # getEnvDefinitions :: forall (a :: k). Parser a -> Maybe [Definition] # |