erg/doc/JA/compiler/TODO_warn.md
2022-09-18 13:14:17 +09:00

755 B

warnings (未実装)

badge

  • 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)?