One important primitive missing from the list of `FutureVal` data types is the hash map, which can be used to implement `:Map` and records. The data type will have to be implemented on top of `Data.Map`.
One important primitive missing from the list of
FutureValdata types is the hash map, which can be used to implement:Mapand records.The data type will have to be implemented on top of
Data.Map.