# `Expression.V2.Context`

The context supplied to a function generated by `Expression.V2.Compile.compile/1`

This will be expanded with support for more attributes that a callback function
can access but normal Expression evaluation can not.

# `t`

```elixir
@type t() :: %Expression.V2.Context{
  callback_module: module(),
  private: map(),
  vars: map()
}
```

# `new`

# `private`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
