Safe Haskell | None |
---|---|
Language | Haskell2010 |
CabalGild.Unstable.Extra.SectionArg
Synopsis
- annotation :: SectionArg a -> a
- value :: SectionArg a -> ByteString
Documentation
annotation :: SectionArg a -> a Source #
Extracts the annotation from the given SectionArg
.
value :: SectionArg a -> ByteString Source #
Extracts the value from the given SectionArg
.