witch 0.3.2.2 → 0.3.2.3
raw patch · 2 files changed
+4/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/lib/Witch.hs +3/−3
- witch.cabal +1/−1
src/lib/Witch.hs view
@@ -68,7 +68,7 @@ -- trait in Rust. -- ** Type applications- -- | Although you can use this library without the [@TypeApplication@](https://downloads.haskell.org/~ghc/9.0.1/docs/html/users_guide/exts/type_applications.html)+ -- | Although you can use this library without the [@TypeApplications@](https://downloads.haskell.org/~ghc/9.0.1/docs/html/users_guide/exts/type_applications.html) -- language extension, the extension is strongly recommended. Since most -- functions provided by this library are polymorphic in at least one type -- variable, it's easy to use them in a situation that would be ambiguous.@@ -209,7 +209,7 @@ -- -- All of the above also applies for @Word@, @Word32@, and @Word64@. - -- ** Downsides+ -- ** Downsides -- | As the author of this library, I obviously think that everyone should -- use it because it's the greatest thing since sliced bread. But nothing is -- perfect, so what are some downsides to this library?@@ -221,7 +221,7 @@ -- -- - The @From@ type class works great for specific pairs of types, but can -- get confusing when it's polymorphic. For example if you have some- -- function with a `From s t` constraint, that doesn't really tell you+ -- function with a @From s t@ constraint, that doesn't really tell you -- anything about what it's doing. ) where
witch.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: witch-version: 0.3.2.2+version: 0.3.2.3 synopsis: Convert values from one type into another. description: Witch converts values from one type into another.