Values And Types
Atlox values are immutable logical content. Records, variants, scalars, lists, sets, and maps do not expose whether their physical realization is memory, SQLite, an index, or an incremental plan.
type Task {
title: Text
completed: Bool
}
Definitions and fields have stable identities independent of their labels. A rename changes the label while values and references retain their meaning.