translateTo<A extends AST> function

A translateTo<A extends AST>(
  1. Context other,
  2. A ast
)

Implementation

A translateTo<A extends AST>(Context other, A ast) =>
    currentContext.translateTo(other, ast);