:erlang.fun_info/2

does anyone know if :erlang.fun_info/2 parameter :env generally contains evaluation information for a fun? It appears to do so for elixir generated functions (unless they are remote funs, but that’s documented). Could one meta-interpret a function using that value?