iiRecord
Agentic AI Atlas · Agda
language:agdaa5c.ai
II.
Language JSON

language:agda

Structured · live

Agda json

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

File · domain/languages/agda.yamlCluster · domain
Record JSON
{
  "id": "language:agda",
  "_kind": "Language",
  "_file": "domain/languages/agda.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Agda",
    "paradigms": [
      "functional",
      "dependently-typed",
      "proof-assistant"
    ],
    "description": "Agda — a dependently-typed functional language and interactive\nproof assistant developed at Chalmers / Gothenburg.\n"
  },
  "outgoingEdges": [
    {
      "from": "language:agda",
      "to": "domain:computer-science",
      "kind": "applies_to",
      "attributes": {}
    },
    {
      "from": "language:agda",
      "to": "domain:mathematics",
      "kind": "applies_to",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}