ref: 948799fdb2b9120a1b64f48e8f3fd33193632e96 dir: /test/exporttrait.myr/
pkg = trait t @a impl t int ;; trait t @a = frob : (v : @a -> @a) ;; impl t int = frob = {v -> v*2 } ;;