base
The Verum prelude — Maybe, Result, Iterator, operator protocols, panic, env, cells.
collections
List, Map, Set, Deque, BinaryHeap, BTreeMap, BTreeSet — every semantic-honest collection.
text
Text, Char, format strings, regex, tagged literals, case-fold, TextBuilder, numeric text representations.
core.text.numeric.decimal — fixed-precision decimal arithmetic
Foundational fixed-precision Decimal type for monetary, financial, and lossless-numeric workloads. Parse / render / add / sub / mul / div / compare with banker's-rounding semantics.
mem
Capability-Based Generational References — Heap, Shared, allocator, raw ops.
intrinsics
700+ compiler intrinsics — arithmetic, bitwise, float, memory, atomic, tensor, GPU, runtime, low-level.