iiRecord
Agentic AI Atlas · Lens
library:lensa5c.ai
II.
Library JSON

library:lens

Structured · live

Lens 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:lens",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Lens",
    "belongsToLanguageId": "language:haskell",
    "category": "other",
    "description": "Composable optics library for Haskell providing Lenses, Prisms,\nTraversals, and Isos for precise and composable access to nested\nimmutable data structures.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:lens",
      "to": "language:haskell",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:lens",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:lens",
      "to": "library:arrow-kt",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:haskell-web-service",
      "to": "library:lens",
      "kind": "composed_of"
    }
  ]
}