acid-state / safecopy

An extension to Data.Serialize with built-in version control
60 stars 37 forks source link

Need GGetCopy and GPutCopy instances for V1 #78

Open ddssff opened 4 years ago

ddssff commented 4 years ago

Without these you can't derive SafeCopy for types with no constructor, e.g. Data.Void.Void.

ddssff commented 4 years ago

Does such an instance even make sense? I haven't thought too hard about it.