summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2013-07-17 10:40:13 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2013-07-17 10:40:13 -0400
commitc03c85a17829c7c4d7fa6d790315634483f8a9ae (patch)
treed986aa94d4afb0b8832a9fc388ffaf32ff91112f
parent4df9f6e28c5fee1db2b8dad75e74d2928a98150c (diff)
Make that new error message text a bit more accurate
-rw-r--r--src/effectize.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effectize.sml b/src/effectize.sml
index 31cbe9ba..35de86c3 100644
--- a/src/effectize.sml
+++ b/src/effectize.sml
@@ -161,7 +161,7 @@ fun effectize file =
()
else
ErrorMsg.errorAt loc ("A handler (" ^ s
- ^ ") accessible via GET could cause side effects; try accessing it only via forms or removing it from the signature of its containing module");
+ ^ ") accessible via GET could cause side effects; try accessing it only via forms or removing it from the signature of the main program module");
((DExport (Link, n, IM.inDomain (pushers, n)), #2 d), evs))
| DExport (Action _, n, _) =>
((DExport (Action (if IM.inDomain (writers, n) then