| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Network.ActivityPub.Vocabulary.Core
Documentation
Constructors
| Link | |
Fields
| |
data Collection Source #
Constructors
| Collection | |
Fields | |
Instances
| Eq Collection Source # | |
Defined in Network.ActivityPub.Vocabulary.Core | |
| Show Collection Source # | |
Defined in Network.ActivityPub.Vocabulary.Core Methods showsPrec :: Int -> Collection -> ShowS # show :: Collection -> String # showList :: [Collection] -> ShowS # | |
type OrderedCollection = Collection Source #
data CollectionPage Source #
Constructors
| CollectionPage | |
Instances
| Eq CollectionPage Source # | |
Defined in Network.ActivityPub.Vocabulary.Core Methods (==) :: CollectionPage -> CollectionPage -> Bool # (/=) :: CollectionPage -> CollectionPage -> Bool # | |
| Show CollectionPage Source # | |
Defined in Network.ActivityPub.Vocabulary.Core Methods showsPrec :: Int -> CollectionPage -> ShowS # show :: CollectionPage -> String # showList :: [CollectionPage] -> ShowS # | |
data OrderedCollectionPage Source #
Constructors
| OrderedCollectionPage | |
Instances
| Eq OrderedCollectionPage Source # | |
Defined in Network.ActivityPub.Vocabulary.Core Methods (==) :: OrderedCollectionPage -> OrderedCollectionPage -> Bool # (/=) :: OrderedCollectionPage -> OrderedCollectionPage -> Bool # | |
| Show OrderedCollectionPage Source # | |
Defined in Network.ActivityPub.Vocabulary.Core Methods showsPrec :: Int -> OrderedCollectionPage -> ShowS # show :: OrderedCollectionPage -> String # showList :: [OrderedCollectionPage] -> ShowS # | |
data CollectionPageProperties Source #
Constructors
| CollectionPageProperties | |
Instances
| Eq CollectionPageProperties Source # | |
Defined in Network.ActivityPub.Vocabulary.Core Methods (==) :: CollectionPageProperties -> CollectionPageProperties -> Bool # (/=) :: CollectionPageProperties -> CollectionPageProperties -> Bool # | |
| Show CollectionPageProperties Source # | |
Defined in Network.ActivityPub.Vocabulary.Core Methods showsPrec :: Int -> CollectionPageProperties -> ShowS # show :: CollectionPageProperties -> String # showList :: [CollectionPageProperties] -> ShowS # | |
data CollectionProperties Source #
Constructors
| CollectionProperties | |
Instances
| Eq CollectionProperties Source # | |
Defined in Network.ActivityPub.Vocabulary.Core Methods (==) :: CollectionProperties -> CollectionProperties -> Bool # (/=) :: CollectionProperties -> CollectionProperties -> Bool # | |
| Show CollectionProperties Source # | |
Defined in Network.ActivityPub.Vocabulary.Core Methods showsPrec :: Int -> CollectionProperties -> ShowS # show :: CollectionProperties -> String # showList :: [CollectionProperties] -> ShowS # | |
data LinkProperties Source #
Constructors
| LinkProperties | |
Instances
| Eq LinkProperties Source # | |
Defined in Network.ActivityPub.Vocabulary.Core Methods (==) :: LinkProperties -> LinkProperties -> Bool # (/=) :: LinkProperties -> LinkProperties -> Bool # | |
| Show LinkProperties Source # | |
Defined in Network.ActivityPub.Vocabulary.Core Methods showsPrec :: Int -> LinkProperties -> ShowS # show :: LinkProperties -> String # showList :: [LinkProperties] -> ShowS # | |
data ActivityProperties Source #
Constructors
| ActivityProperties | |
Instances
| Eq ActivityProperties Source # | |
Defined in Network.ActivityPub.Vocabulary.Core Methods (==) :: ActivityProperties -> ActivityProperties -> Bool # (/=) :: ActivityProperties -> ActivityProperties -> Bool # | |
| Show ActivityProperties Source # | |
Defined in Network.ActivityPub.Vocabulary.Core Methods showsPrec :: Int -> ActivityProperties -> ShowS # show :: ActivityProperties -> String # showList :: [ActivityProperties] -> ShowS # | |
data ObjectProperties Source #
Constructors
| ObjectProperties | |
Fields
| |
Instances
| Eq ObjectProperties Source # | |
Defined in Network.ActivityPub.Vocabulary.Core Methods (==) :: ObjectProperties -> ObjectProperties -> Bool # (/=) :: ObjectProperties -> ObjectProperties -> Bool # | |
| Show ObjectProperties Source # | |
Defined in Network.ActivityPub.Vocabulary.Core Methods showsPrec :: Int -> ObjectProperties -> ShowS # show :: ObjectProperties -> String # showList :: [ObjectProperties] -> ShowS # | |
Constructors
| ClosedObject Object | |
| ClosedLink Link | |
| ClosedTime UTCTime | |
| ClosedState Bool |
type Replies = Collection Source #
type FormerType = Object Source #