44NEK2567V735JWLV2XABNGNW43WOIB5HSPVQJ6672TAP3K5VZZQC
-- | Remove a card from the deck
remove :: CardName -> CategoryName -> DeckRep repr -> repr (DeckRep repr)
-- | Remove a card from a category in the deck
remove :: CardName -> CategoryName -> repr (DeckRep repr) -> repr (DeckRep repr)
-- | Delete all occurences of a card
delete :: CardName -> repr (DeckRep repr) -> repr (DeckRep repr)
-- | Insert a card into the object space
insert :: Card -> repr (DeckRep repr) -> repr (DeckRep repr)