mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-27 19:59:07 +00:00
Fix builtin types methods
This commit is contained in:
parent
8cdc735486
commit
d5e9649172
5 changed files with 107 additions and 101 deletions
|
@ -1,5 +1,6 @@
|
|||
from _erg_result import Error
|
||||
from _erg_int import Int, IntMut
|
||||
from _erg_int import Int
|
||||
from _erg_int import IntMut # don't unify with the above line
|
||||
from _erg_control import then__
|
||||
|
||||
class Nat(Int):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue