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