mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-07-28 16:30:12 +00:00
Eq for ACommandTag (#520)
This commit is contained in:
@@ -297,6 +297,8 @@ data ACommandTag (p :: AParty) where
|
||||
ERR_ :: ACommandTag Agent
|
||||
SUSPENDED_ :: ACommandTag Agent
|
||||
|
||||
deriving instance Eq (ACommandTag p)
|
||||
|
||||
deriving instance Show (ACommandTag p)
|
||||
|
||||
aCommandTag :: ACommand p -> ACommandTag p
|
||||
|
||||
Reference in New Issue
Block a user