Skip to content

Commit

Permalink
TOSQUASH: relate .Some to Hackage:some
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Mar 27, 2023
1 parent 9164c17 commit 983df34
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -9,6 +9,13 @@
-- | Utilities that make it easier to declare types that merely existential
-- quantify some type arguments, and actually for any other type that is not
-- amenable to @deriving@
--
-- For existentials that only quantify one type variable, this module's
-- functionality is mostly superseded by the @some@ Hackage package. However,
-- this library involves many existentials that quantify multiple variables.
-- That can be shoehorned into @some@ with some encoding, but I believe this
-- module's weight is preferable to the overhead of using that encoding in our
-- existential data types' declarations.
module Test.Ouroboros.Consensus.ChainGenerator.Some (
-- * 'Show'
runShowsPrec,
Expand Down

0 comments on commit 983df34

Please sign in to comment.