tagged 0.2.3 → 0.2.3.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Data/Tagged.hs +1/−1
- tagged.cabal +1/−1
Data/Tagged.hs view
@@ -37,7 +37,7 @@ -- a @'Tagged' s b@ can't try to use the argument @s@ as a real value. -- -- Moreover, you don't have to rely on the compiler to inline away the extra--- argument, because the newtype is "free"+-- argument, because the newtype is \"free\" newtype Tagged s b = Tagged { unTagged :: b } deriving ( Eq, Ord, Ix, Enum, Bounded, Num, Real, Integral, Fractional, Floating, RealFrac, RealFloat
tagged.cabal view
@@ -1,5 +1,5 @@ name: tagged-version: 0.2.3+version: 0.2.3.1 license: BSD3 license-file: LICENSE author: Edward A. Kmett