activitypub-0.1.0.0: ActivityPub Haskell Library
Network.ActivityPub.Vocabulary.Properties
data Unit Source #
Constructors
Defined in Network.ActivityPub.Vocabulary.Properties
Methods
(==) :: Unit -> Unit -> Bool #
(/=) :: Unit -> Unit -> Bool #
showsPrec :: Int -> Unit -> ShowS #
show :: Unit -> String #
showList :: [Unit] -> ShowS #
type Accuracy = Float Source #
type Altitude = Float Source #
type Content = Text Source #
type Name = Text Source #
type Duration = NominalDiffTime Source #
type Height = Word Source #
type Href = URI Source #
type HrefLang = Text Source #
type Latitude = Float Source #
type Longitude = Float Source #
type MediaType = Text Source #
type EndTime = UTCTime Source #
type Published = UTCTime Source #
type StartTime = UTCTime Source #
type Radius = Float Source #
type Rel = [Text] Source #
type StartIndex = Word Source #
type Summary = Text Source #
type TotalItems = Word Source #
type Updated = UTCTime Source #
type Width = Word Source #
type Deleted = UTCTime Source #