This website requires JavaScript.
Explore
Help
Sign in
language-servers
/
erg
Watch
1
Star
0
Fork
You've already forked erg
0
mirror of
https://github.com/erg-lang/erg.git
synced
2025-09-30 04:44:44 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
bcd4e4deb7
erg
/
doc
/
zh_CN
/
compiler
/
TODO_warn.md
Cai Bingjun
37abfb36d3
trifle
2022-09-11 20:03:06 +08:00
738 B
Raw
Blame
History
警告(尚未实现)
t = {(record type)}
=>
T = {(record type)}
?(只有定义为常量的类型才能用于类型说明)
{I: Int | ...}!
=>
{I: Int! | ...}
for/while 块中的
return x
(
x != ()
) =>
f::return
(外部块)?