Open andrevidela opened 4 years ago
during #227 I noticed the serialisation functions for binary weren't actually used.
Given the flexibility of the interface maybe this is the opportunity to use quickcheck.
maybe after TermWrite is rewritten to support specialisation we can have a proof that deserialise . serialise = id ?
TermWrite
deserialise . serialise = id
during #227 I noticed the serialisation functions for binary weren't actually used.
Given the flexibility of the interface maybe this is the opportunity to use quickcheck.
maybe after
TermWrite
is rewritten to support specialisation we can have a proof thatdeserialise . serialise = id
?