Spel/JSON conversions.
type ('a, 'b) result
=
|
Ok of 'a
Error of 'b
val expression_of_yojson : Json_t.safe ‑> (Spel_t.expression, string) result
val expression_to_yojson : Spel_t.expression ‑> Json_t.safe