Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas M. DuBuisson committed Dec 19, 2013
1 parent 17d59fc commit 17086cd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Crypto/Classes/Exceptions.hs
@@ -1,5 +1,8 @@
-- |The module mirrors 'Crypto.Classes' except that it throws all errors as
-- exceptions instead of returning types of @Either error result@.
-- |The module mirrors 'Crypto.Classes' except that errors are thrown as
-- exceptions instead of having returning types of @Either error result@
-- or @Maybe result@.
--
-- NB This module is experimental and might go away or be re-arranged.
{-# LANGUAGE DeriveDataTypeable #-}
module Crypto.Classes.Exceptions
( C.Hash(..)
Expand Down

0 comments on commit 17086cd

Please sign in to comment.