Module canrun::collections

source ·
Expand description

Unifiable collections with supporting goal functions.

NOTE: These are not very battle tested and may be fatally flawed

Unifying large or complex collections may involve forking the state for every possible combination of values. Also, the inherent complexity of specifying and implementing these operations correctly means that they could be flat out wrong. More testing, benchmarking and refinement is required.

Modules

  • A HashMap-like data structure with LVar keys and values.
  • A helper macro and some blanket implementations to facilitate working with tuples of Values.
  • A Vec-like data structure with Value values.