galley-0.83.0: Conversations
Safe HaskellSafe-Inferred
LanguageGHC2021

Galley.Data.Scope

Documentation

data Scope Source #

Constructors

ReusableCode 

Instances

Instances details
Generic Scope Source # 
Instance details

Defined in Galley.Data.Scope

Associated Types

type Rep Scope :: Type -> Type #

Methods

from :: Scope -> Rep Scope x #

to :: Rep Scope x -> Scope #

Show Scope Source # 
Instance details

Defined in Galley.Data.Scope

Methods

showsPrec :: Int -> Scope -> ShowS #

show :: Scope -> String #

showList :: [Scope] -> ShowS #

Cql Scope Source # 
Instance details

Defined in Galley.Data.Scope

Eq Scope Source # 
Instance details

Defined in Galley.Data.Scope

Methods

(==) :: Scope -> Scope -> Bool #

(/=) :: Scope -> Scope -> Bool #

type Rep Scope Source # 
Instance details

Defined in Galley.Data.Scope

type Rep Scope = D1 ('MetaData "Scope" "Galley.Data.Scope" "galley-0.83.0-3Qx2OUs5Xp3JxMNqRaO1tj" 'False) (C1 ('MetaCons "ReusableCode" 'PrefixI 'False) (U1 :: Type -> Type))