README (317B)
1 The types module provides access to some information about the Hare type system. 2 It provides constants like [[INT_MAX]], which defines the useful range for 3 integer types (see [[math::]] for f32 and f64 limits), as well as types like 4 [[slice]], which describe the internal structure of data types like slices and 5 str.