Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
EdnSourcetype t = [ | `Assoc of (t * t) list| `List of t list| `Vector of t list| `Set of t list| `Null| `Bool of bool| `String of string| `Char of string| `Symbol of string option * string| `Keyword of string option * string| `Int of int| `BigInt of string| `Float of float| `Decimal of string| `Tag of string option * string * t ]