isomorphism-class 0.1.0.3 → 0.1.0.4
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
isomorphism-class.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: isomorphism-class-version: 0.1.0.3+version: 0.1.0.4 synopsis: Isomorphism typeclass solving the conversion problem homepage: https://github.com/nikita-volkov/isomorphism-class bug-reports: https://github.com/nikita-volkov/isomorphism-class/issues
library/IsomorphismClass.hs view
@@ -542,7 +542,7 @@ thruList = from @[a] . to -- | A utility, which uses the 'Show' instance to produce a value--- that 'String' is isomorphic to.+-- that is isomorphic to 'String'. -- -- It lets you generalize over the functions like the following: --