44NEK2567V735JWLV2XABNGNW43WOIB5HSPVQJ6672TAP3K5VZZQC -- | Remove a card from the deckremove :: CardName -> CategoryName -> DeckRep repr -> repr (DeckRep repr)
-- | Remove a card from a category in the deckremove :: CardName -> CategoryName -> repr (DeckRep repr) -> repr (DeckRep repr)-- | Delete all occurences of a carddelete :: CardName -> repr (DeckRep repr) -> repr (DeckRep repr)-- | Insert a card into the object spaceinsert :: Card -> repr (DeckRep repr) -> repr (DeckRep repr)