Normalizes ITF-encoded Quint values into Elixir terms.
Big integers become integers, ITF maps become maps, sets become MapSets,
tuples become Elixir tuples, and variants stay as %{"tag" => ..., "value" => ...}.
Summary
Functions
Normalizes one decoded JSON value.
Types
@type normalized() :: term()
Functions
@spec normalize(term()) :: {:ok, normalized()} | {:error, term()}
Normalizes one decoded JSON value.