Closed MikasaAkerman closed 1 year ago
if (!inttype(ltype) && !ptrtype(rtype))
if (!inttype(rtype) && !ptrtype(rtype))
modify_type()
Now now
Not now
if (!inttype(ltype) && !ptrtype(rtype))
should beif (!inttype(rtype) && !ptrtype(rtype))
inmodify_type()
.Now now
should beNot now
in README file.