mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-25 12:32:50 -06:00
Various small changes for improved documentation
This commit is contained in:
@@ -210,7 +210,7 @@ putPointE v opts msg act = do
|
||||
return a
|
||||
|
||||
-- | Because GHC adds the confusing text "user error" for failures caused by
|
||||
-- calls to fail.
|
||||
-- calls to 'fail'.
|
||||
ioErrorText e = if isUserError e
|
||||
then ioeGetErrorString e
|
||||
else show e
|
||||
|
||||
Reference in New Issue
Block a user