1 2 3 4 5 6
module Erebos.Network.Protocol where import Erebos.UUID (UUID) newtype ServiceID = ServiceID UUID instance Show ServiceID