Module Goals.PrettyPrintSource

Sourcetype t =
  1. | String
  2. | Pp
Sourceval t_of_yojson : [> `String of string ] -> t
Sourceval yojson_of_t : t -> [> `String of string ]