packages feed

chiasma-0.10.0.0: lib/Chiasma/Data/SessionGroupId.hs

module Chiasma.Data.SessionGroupId where

newtype SessionGroupId =
  SessionGroupId { unSessionGroupId :: Text }
  deriving stock (Eq, Show, Generic)
  deriving newtype (IsString)