Expand description
This module provides serde-based serialization support for the
IR. Note that the various Primop* instruction constructors
cannot be serialized, as they are direct function pointers to the
primop implementations. As such this module is intended to
serialize and deserialize the AST only before the primops have
been inserted.