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