Ast.VarSourceHides the marking type parameter annotation behind an existential type so that variables can be stored in non-polymorphic sets and maps
Be careful with this, it breaks the type abstraction by casting the existential type annotation. See !Bindlib.copy_var for more detail.