erg/doc/JA/compiler/TODO_warn.md
Shunsuke Shibayama 96132b20f6 initial commit
2022-08-10 23:02:27 +09:00

267 B

warnings (not implemented yet)

  • t = {(record type)} => T = {(record type)}? (only types defined as constants can be used for type specification)
  • {I: Int | ...}! => {I: Int! | ...}
  • return x(x != ()) in for/while block => f::return (outer block)?