PyIR.Module
type t = {
name : Ident.t;
toplevel : CFG.t;
functions : CFG.t QualName.Map.t;
}
val pp : Stdlib.Format.formatter -> t -> unit