One declared data slot in a spec, as returned in Lemma.Show.data.
Empty needed_by_rules means offered for reuse (data x: alias.slot), not an
eval intake key for this spec.
type is the raw LemmaType JSON map, a Rust discriminated union tagged by its
"kind" string. It is intentionally left untyped here: pattern-match on it
directly (e.g. %{"kind" => "measure", "units" => units} = entry.type) rather than
routing through a parallel Elixir struct hierarchy for 12 type kinds.
Summary
Functions
Builds a Lemma.ShowData from one value of the decoded Lemma.show/4 JSON
"data" map. fill/suggestion are absent (not null) from the API JSON
when unset; Map.get/3 yields nil for both.
Types
Functions
Builds a Lemma.ShowData from one value of the decoded Lemma.show/4 JSON
"data" map. fill/suggestion are absent (not null) from the API JSON
when unset; Map.get/3 yields nil for both.