Net.Ethernet.Packet not instance of typeclass Unparse
Abierto
- Lenguaje dominante
- Haskell
- Estrellas
- 13
- Forks
- 7
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Net.Ethernet.Packet is not an instance of typeclass Unparse, but Net.Ethernet contains a function called unparse which presumably does the work of doUnparse on a Net.Ethernet.Packet. Presumably in the background an instance of typeclass Unparse is lurking!
Writing out the instance would uniformize the interface here, and make doUnparse the default interface for unparsing. At the moment, one can't doUnparse a Net.Ethernet.Packet object.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.