A call to `lazyeval::lazy(c)` leads to the output below. I was expecting it would simply return `c` for the `expr`. ```R lazyeval::lazy(c) <lazy> expr: .Primitive("c") env: <environment: R_GlobalEnv> ```