hbs2/hbs2-core/lib/HBS2/Net/Proto.hs

9 lines
155 B
Haskell

module HBS2.Net.Proto where
import Data.Kind
import Data.Hashable
class (Hashable (Peer a), Eq (Peer a)) => IsPeer a where
data family Peer a :: Type