Commit graph

3 commits

Author SHA1 Message Date
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)