iiRecord
Agentic AI Atlas · Coq
language:coqa5c.ai
II.
Language JSON

language:coq

Structured · live

Coq json

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

File · domain/languages/coq.yamlCluster · domain
Record JSON
{
  "id": "language:coq",
  "_kind": "Language",
  "_file": "domain/languages/coq.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Coq",
    "paradigms": [
      "functional",
      "dependently-typed",
      "proof-assistant"
    ],
    "description": "Coq (now also known as Rocq) — a formal proof management system based\non the Calculus of Inductive Constructions, used for verified\nsoftware and mathematical proofs.\n"
  },
  "outgoingEdges": [
    {
      "from": "language:coq",
      "to": "domain:computer-science",
      "kind": "applies_to",
      "attributes": {}
    },
    {
      "from": "language:coq",
      "to": "domain:mathematics",
      "kind": "applies_to",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}