You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCode type checkers get mad if you hint an output as list instead of IList. With a little checking, you can find IList to be under kirin.dialects.ilist.IList and is not imported by default. Could this be made a little easier to find, e.g. kirin.IList after import kirin?