Copyright | (c) Andrea Rossato |
---|---|
License | BSD-style (see LICENSE) |
Maintainer | Andrea Rossato <andrea.rossato@unitn.it> |
Stability | unstable |
Portability | unportable |
Safe Haskell | None |
Language | Haskell98 |
The CSL implementation
- output :: Formatting -> String -> [Output]
- appendOutput :: Formatting -> [Output] -> [Output]
- outputList :: Formatting -> Delimiter -> [Output] -> [Output]
- cleanOutput :: [Output] -> [Output]
- rmEmptyOutput :: Output -> Maybe Output
- addDelim :: String -> [Output] -> [Output]
- noOutputError :: Output
- noBibDataError :: Cite -> Output
- oStr :: String -> [Output]
- oStr' :: String -> Formatting -> [Output]
- oPan :: [Inline] -> [Output]
- oPan' :: [Inline] -> Formatting -> [Output]
- formatOutputList :: [Output] -> Formatted
- formatOutput :: Output -> Formatted
- addFormatting :: Formatting -> Formatted -> Formatted
Documentation
output :: Formatting -> String -> [Output] Source
appendOutput :: Formatting -> [Output] -> [Output] Source
outputList :: Formatting -> Delimiter -> [Output] -> [Output] Source
cleanOutput :: [Output] -> [Output] Source
rmEmptyOutput :: Output -> Maybe Output Source
noBibDataError :: Cite -> Output Source
oStr' :: String -> Formatting -> [Output] Source
oPan' :: [Inline] -> Formatting -> [Output] Source
formatOutputList :: [Output] -> Formatted Source
formatOutput :: Output -> Formatted Source
addFormatting :: Formatting -> Formatted -> Formatted Source