Commit Graph

5 Commits

Author SHA1 Message Date
Qi Xiao
aa2f8a54ee Implement Assoc for several types. 2017-09-01 01:07:34 +02:00
Qi Xiao
4f884b6dbf Add Hash to Value interface. 2017-08-30 20:52:27 +02:00
Qi Xiao
f1b9fb0b45 Eq -> Equal. 2017-08-30 19:47:50 +02:00
Qi Xiao
bed9aa373a Implement Eq for all Value types. 2017-07-15 14:19:26 +02:00
Qi Xiao
4a7a4184ed Add an Eqer interface, and implement for many types.
This is to prepare for the transition to using the custom persistent map
implementation, which requires an Eq method for key types.
2017-07-14 01:28:51 +01:00