Changelog for isomorphism-class-0.3.0.1
0.3
- Extracted the
Is
andIsSome
typeclasses into a separate library "lawful-conversions" - Restored the
IsomorphicTo
typeclass from the0.1
design without restoring theString
instance and theshowAs
utility
0.2
IsomorphicTo
renamed toIs
IsSome
is introduced as a parent class to itto
moved toIsSome
showAs
droppedString
isomorphism instances for textual types dropped, since they were not exactly isomorphismsIsSome
instances added forString
for textual types