summaryrefslogtreecommitdiff
path: root/src/effectize.sml
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
commit493b842cd26c5658eb05535152762b2bceb9b04e (patch)
treed986aa94d4afb0b8832a9fc388ffaf32ff91112f /src/effectize.sml
parente47fdcf75c4cbd96804697e8f25fca46dd11e9b6 (diff)
Make that new error message text a bit more accurate
Diffstat (limited to 'src/effectize.sml')
-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