iiRecord
Agentic AI Atlas · Yesod
library:yesoda5c.ai
II.
Library JSON

library:yesod

Structured · live

Yesod json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-haskell-go-rust-extra.yamlCluster · domain
Record JSON
{
  "id": "library:yesod",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Yesod",
    "belongsToLanguageId": "language:haskell",
    "category": "http-server",
    "description": "Full-stack Haskell web framework with type-safe routing via Template\nHaskell, Shakespearean templates, Persistent ORM integration, and\nWarp-based deployment.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:yesod",
      "to": "language:haskell",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:yesod",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:servant",
      "to": "library:yesod",
      "kind": "alternative_to"
    }
  ]
}