aboutsummaryrefslogtreecommitdiff
path: root/src/BTLS/Result.hs
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2018-09-04 12:27:10 -0500
committerGravatar Benjamin Barenblat <bbaren@google.com>2018-09-04 12:27:10 -0500
commit67b5043c69648f0e4b9d9138a03cce154c20e38d (patch)
tree9c73bceb27205c112fe97fad14eae6683e2d8d41 /src/BTLS/Result.hs
parentfadd7434be6bfc11483dc188aa6e4267e01d5c40 (diff)
Documentation improvements
Diffstat (limited to 'src/BTLS/Result.hs')
-rw-r--r--src/BTLS/Result.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BTLS/Result.hs b/src/BTLS/Result.hs
index 63626bd..4f0238a 100644
--- a/src/BTLS/Result.hs
+++ b/src/BTLS/Result.hs
@@ -40,6 +40,7 @@ requireSuccess r = when (r /= 1) $ ioError (userError "BoringSSL failure")
type Result = Either [Error]
+-- | An error which occurred during processing.
data Error = Error
{ err :: Err
, file :: FilePath