Skip to content

Commit

Permalink
enh: ASRPickleVisitor to print integerbozType
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranavchiku committed Jul 12, 2024
1 parent a71f0fa commit 8d57583
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libasr/pickle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ class ASRPickleVisitor :
}
s.append(" ");
this->visit_ttype(*x.m_type);
s.append(" ");
this->visit_integerbozType(x.m_intboz_type);
s.append(")");
}
void visit_Module(const ASR::Module_t &x) {
Expand Down

0 comments on commit 8d57583

Please sign in to comment.