II.
Language JSON
Structured · livelanguage:coq
Coq json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}