II.
Library JSON
Structured · livelibrary:quickcheck
QuickCheck json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:quickcheck",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "QuickCheck",
"belongsToLanguageId": "language:haskell",
"category": "testing",
"description": "Property-based testing library for Haskell that generates random inputs\nto falsify programmer-specified invariants, with shrinking to find minimal\ncounterexamples. The original property-based testing tool.\n"
},
"outgoingEdges": [
{
"from": "library:quickcheck",
"to": "language:haskell",
"kind": "belongs_to_language"
},
{
"from": "library:quickcheck",
"to": "skill-area:component-testing",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:quickcheck",
"to": "library:hspec",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "stack-profile:haskell-web-service",
"to": "library:quickcheck",
"kind": "composed_of"
}
]
}