http://git.varikvalefor.i2p/vvx/matel/commit/252957e452899fe9b02ce88657be5472c0453ed6
Matel does not -- sort members according to any particular thing. members :: [ User ] , -- | @topic k@ equals the topic of @k@. topic :: Stringth , -- | If @k@ has a topic, then @topic k@ 'Just' equals the topic of -- @k@. @topic k@ is otherwise 'Nothing'. topic :: Maybe Stringth , -- | @isEncrypted k@ iff encryption is enabled within @k@. isEncrypted :: Bool , -- |...