II.
Library JSON
Structured · livelibrary:mtl
MTL json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:mtl",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "MTL",
"belongsToLanguageId": "language:haskell",
"category": "other",
"description": "Monad Transformer Library for Haskell — canonical typeclasses (MonadReader,\nMonadWriter, MonadState, MonadError) and transformer stack combinators\nfor effect management without monad boilerplate.\n"
},
"outgoingEdges": [
{
"from": "library:mtl",
"to": "language:haskell",
"kind": "belongs_to_language"
},
{
"from": "library:mtl",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:mtl",
"to": "library:cats",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "stack-profile:haskell-web-service",
"to": "library:mtl",
"kind": "composed_of"
}
]
}