I was not expecting this last line of REPL output (this is on pyret-dev): ``` > data Foo: f(a, b) end > f(2, 3) f(23) > f(2, 3).{a: 4} {a4b3$fieldNames[raw-array: "a""b"]_match<method:f>} ```