Revision 3a715da0 src/Ganeti/ConstantUtils.hs

b/src/Ganeti/ConstantUtils.hs
46 46
--
47 47
-- See 'PyValue' instance for 'FrozenSet'.
48 48
newtype FrozenSet a = FrozenSet { unFrozenSet :: Set a }
49
  deriving (Eq, Show)
49
  deriving (Eq, Ord, Show)
50 50

  
51 51
-- | Converts a Haskell 'Set' into a Python 'frozenset'
52 52
--

Also available in: Unified diff