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