Open rightfold opened 4 years ago
In primitive before version 0.7.0.0 there was an instance for Prim Addr, but this instance has been removed when this package was split off.
Prim Addr
Is there a reason it better be missing (e.g. unsafe)? If not I can send a patch to restore it.
OTOH, seems like Ptr () is a fine substitute for Addr.
Ptr ()
Addr
I would accept a PR adding this instance. Using Ptr instead works, although I prefer Ptr Void to Ptr ().
Ptr
Ptr Void
In primitive before version 0.7.0.0 there was an instance for
Prim Addr
, but this instance has been removed when this package was split off.Is there a reason it better be missing (e.g. unsafe)? If not I can send a patch to restore it.
OTOH, seems like
Ptr ()
is a fine substitute forAddr
.