Type Applications

Type applications are written by calling APPLYTYPE(typ|"C", ...) on a symbol or a tree:

scala> import treehugger.forest._, definitions._, treehuggerDSL._
scala> val tree = REF("put") APPLYTYPE(IntClass) APPLY(LIT(0))
scala> treeToString(tree)