From 67b5043c69648f0e4b9d9138a03cce154c20e38d Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Tue, 4 Sep 2018 12:27:10 -0500 Subject: Documentation improvements --- src/BTLS/Result.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/BTLS/Result.hs') 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 -- cgit v1.2.3