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