Closed j-hui closed 1 year ago
Before:
puts_ (putc: (Int32 -> 'ir_t35)) (s: String): ((Int32 -> 'ir_t35) -> (String -> ())) = let puts__: (String -> ()) = puts__puts__ putc puts__ s
After:
It is fix
LGTM!
And now with that latest commit:
It is clearer
Before:
After:
It is fix