Skip to content

Commit

Permalink
Remove ST restriction from Haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Jun 7, 2024
1 parent a2ae7db commit 11158f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Data/Parameterized/Nonce/Strong.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ kind. This module introduces a @newtype@ wrapper for the types and functions
in "Data.Parameterized.Nonce" with a dedicated kind for brands ('NonceBrandKind').
Using this module turns some classes of incorrect type signatures into type
(kind) errors, helping to find issues earlier in the development process.
The primary downside is that we cannot offer an analog to
'Nonce.runSTNonceGenerator', the type of which would be ill-kinded under this
scheme.
-}

{-# LANGUAGE DataKinds #-}
Expand Down

0 comments on commit 11158f9

Please sign in to comment.