New Issue: Should halt, exit, and assert be in a module named by topic?

16808, “mppf”, “Should halt, exit, and assert be in a module named by topic?”, “2020-12-03T20:41:25Z”

Today:

  • halt is in “IO Support”
  • exit is in Builtins
  • assert is in Builtins

Should we migrate these to a new module that has a name based on this functionality, e.g. ProgramTermination or Halts ?