mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
fix: NotImplementedType
This commit is contained in:
parent
9b6d19a8f4
commit
5838eea7ec
3 changed files with 4 additions and 4 deletions
|
@ -483,7 +483,7 @@ impl Context {
|
|||
"Bool" => Ok(Type::Bool),
|
||||
"NoneType" => Ok(Type::NoneType),
|
||||
"Ellipsis" => Ok(Type::Ellipsis),
|
||||
"NotImplemented" => Ok(Type::NotImplementedType),
|
||||
"NotImplementedType" => Ok(Type::NotImplementedType),
|
||||
"Inf" => Ok(Type::Inf),
|
||||
"NegInf" => Ok(Type::NegInf),
|
||||
"Never" => Ok(Type::Never),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue