dusting off

This commit is contained in:
nek0 2017-12-28 16:57:21 +01:00
parent a1974fb2f3
commit 93140bd713

View file

@ -63,5 +63,3 @@ class (Message (Mesg prt us), Show (Mesg prt us)) => Participant prt us where
-- | Helper function to generate new 'UUID's -- | Helper function to generate new 'UUID's
genUUID :: Affection us UUID genUUID :: Affection us UUID
genUUID = liftIO nextRandom genUUID = liftIO nextRandom
-- data MsgId msg = (Message msg, Show msg) => MsgId UUID msg