mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 04:44:44 +00:00
Implement type spec of projection and enum types
This commit is contained in:
parent
4eae5788ca
commit
47bedf67d8
14 changed files with 282 additions and 128 deletions
|
@ -1 +1,3 @@
|
|||
.__import__: |S: Str|(name: {S}, globals := {Str: Obj}) -> Module S
|
||||
.import_module: |S: Str|(name: {S}, package := Str or NoneType) -> Module S
|
||||
.reload!: (GenericModule, ) => NoneType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue