II.
Language JSON
Structured · livelanguage:idris
Idris json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "language:idris",
"_kind": "Language",
"_file": "domain/languages/idris.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Idris",
"paradigms": [
"functional",
"pure",
"dependently-typed"
],
"description": "Idris — a general-purpose pure-functional language with full\ndependent types, used for theorem-proving and verified programming.\n"
},
"outgoingEdges": [
{
"from": "language:idris",
"to": "domain:computer-science",
"kind": "applies_to",
"attributes": {}
},
{
"from": "language:idris",
"to": "domain:mathematics",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": []
}