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