Commit graph

9 commits

Author SHA1 Message Date
5a5a0c9c07 Add ObjectPtr::new_pair() 2018-08-20 15:21:38 -07:00
4d3366db84 First attempt at Display for Object::Vector 2017-04-30 16:01:11 -07:00
38be7d2eee Expose ObjectPtr and ObjectPtr::new from sibiltypes 2017-04-23 09:23:03 -07:00
15910480ee Write Numbers 2017-04-22 12:57:43 -07:00
89b29aadbe Some unit tests for displaying objects -- not every case is covered cause there are still lots of TODOs 2017-04-22 12:48:46 -07:00
d41fe37d6a Fix writing pairs 2017-04-22 12:29:53 -07:00
25c24852cd Add a comment to the Pair Display TODO 2017-04-22 09:32:47 -07:00
beb32bf2ce Bunch of work on types
- Comment out a bunch of types modules for now
- Implement fmt::Display on Object (this breaks the build because Number doesn't
  implement Display yet)
- Move all the Is* traits to predicates.rs

Haven't run tests yet because they won't build...
2017-04-22 09:29:11 -07:00
d63eef3da0 Move value.rs to object.rs 2017-04-22 09:28:44 -07:00
Renamed from types/src/value.rs (Browse further)