30    const Def* rewrite_lam(
Lam* lam);
 
 
RWPass(World &world, std::string name)
 
The World represents the whole program and manages creation of MimIR nodes (Defs).
 
DS2CPS(World &world, flags_t annex)
 
const Def * rewrite(const Def *) override
 
DefMap< const Def * > Def2Def