public void accept(@NotNull HaskellVisitor visitor) {
   visitor.visitFileHeader(this);
 }