We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2a77d commit 40d4b96Copy full SHA for 40d4b96
src/NumHask/Data/Positive.hs
@@ -64,7 +64,6 @@ import Prelude qualified as P
64
--
65
-- >>> UnsafePositive (-1)
66
-- UnsafePositive {unPositive = -1}
67
---
68
newtype Positive a = UnsafePositive {unPositive :: a}
69
deriving stock
70
(Eq, Ord, Show)
0 commit comments