Module NewProfile.MiniJsonSource

Sourcetype t = [
  1. | `Intlit of string
  2. | `String of string
  3. | `Assoc of (string * t) list
  4. | `List of t list
]

Subtype of Yojson.Safe.t

Sourceval pr : Format.formatter -> t -> unit