> I think maybe it should be placed directly in PExpr variant What do you mean? Maybe extend space-notaition: def ty = "System.Int32"; <[ typeof($(ty : name)) ]> or def ty = "System.Int32"; <[ typeof($(ty : qualident)) ]> Vlad