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