citeproc-hs-0.3.2: A Citation Style Language implementation in Haskell
Source code
Contents
Index
Text.CSL.Input.Json
Portability
unportable
Stability
unstable
Maintainer
Andrea Rossato <andrea.rossato@unitn.it>
Description
A module for reading Frank's citeproc-js testsuite.
Documentation
toTest
::
JSValue
->
Test
Source
runTS
:: [
String
] ->
Int
->
FilePath
->
IO
()
Source
test
::
FilePath
->
IO
Bool
Source
test'
::
Int
->
FilePath
->
IO
Bool
Source
test_
::
Int
->
FilePath
->
IO
Bool
Source
runTest
::
Test
->
IO
(
Bool
,
String
)
Source
data
Test
Source
Constructors
Test
testMode
::
String
testInput
:: [
Reference
]
testCSL
::
Style
testResult
::
String
testBibSect
::
BibOpts
testCitItems
::
Maybe
Citations
testCitations
::
Maybe
Citations
Instances
Show
Test
mapJSArray
:: (
JSValue
->
JSValue
) ->
JSValue
->
JSValue
Source
readJsonInput
::
FilePath
->
IO
[
Reference
]
Source
Produced by
Haddock
version 2.6.1