effekt icon indicating copy to clipboard operation
effekt copied to clipboard

Avoid using "user-defined effects" terminology

Open jiribenes opened this issue 4 months ago • 0 comments

Currently, we use "user defined effects" in an error message when signalling that a required effect isn't handled in main.

https://github.com/effekt-lang/effekt/blob/6f8973ae77e4962b67b3cb626142fab7430a6cd8/effekt/shared/src/main/scala/effekt/context/ModuleDB.scala#L86

Perhaps we should say simply "effects" instead :)

Note that it's also necessary to change the following neg-test: https://github.com/effekt-lang/effekt/blob/6f8973ae77e4962b67b3cb626142fab7430a6cd8/examples/neg/unhandledmain.check#L1

jiribenes avatar Mar 01 '24 12:03 jiribenes