ref: 09e7cfb56388b1ea79ee7e100e52cb5b34e6017c dir: /lib/std/traits.myr/
pkg std = trait equatable @a = eq : (a : @a, b : @a -> bool) ;; trait hashable @a = hash : (a : @a -> uint64) ;; ;;