iiRecord
Agentic AI Atlas · ReasonML
language:reasonmla5c.ai
II.
Language JSON

language:reasonml

Structured · live

ReasonML json

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

File · domain/languages/reasonml.yamlCluster · domain
Record JSON
{
  "id": "language:reasonml",
  "_kind": "Language",
  "_file": "domain/languages/reasonml.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "ReasonML",
    "paradigms": [
      "functional"
    ],
    "description": "Reason — an OCaml-derived syntax targeting JavaScript via BuckleScript /\nReScript, designed for React-friendly frontend development.\n"
  },
  "outgoingEdges": [
    {
      "from": "language:reasonml",
      "to": "domain:frontend",
      "kind": "applies_to",
      "attributes": {}
    },
    {
      "from": "language:reasonml",
      "to": "domain:web-development",
      "kind": "applies_to",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}