public PsiElement setName(String newName) {
   return HaskellPsiImplUtil.setName(this, newName);
 }