databrary-1: Databrary

Safe HaskellSafe
LanguageHaskell2010

Model.Kind

Synopsis

Documentation

class Kinded a where Source #

Types with a self-describing short name for their type

Minimal complete definition

kindOf

Methods

kindOf :: IsString s => a -> s Source #

Instances

Kinded Category Source # 

Methods

kindOf :: IsString s => Category -> s Source #

Kinded Funder Source # 

Methods

kindOf :: IsString s => Funder -> s Source #

Kinded Permission Source # 

Methods

kindOf :: IsString s => Permission -> s Source #

Kinded Party Source # 

Methods

kindOf :: IsString s => Party -> s Source #

Kinded AuditAction Source # 

Methods

kindOf :: IsString s => AuditAction -> s Source #

Kinded LoginToken Source # 

Methods

kindOf :: IsString s => LoginToken -> s Source #

Kinded Volume Source # 

Methods

kindOf :: IsString s => Volume -> s Source #

Kinded Release Source # 

Methods

kindOf :: IsString s => Release -> s Source #

Kinded Asset Source # 

Methods

kindOf :: IsString s => Asset -> s Source #

Kinded Transcode Source # 

Methods

kindOf :: IsString s => Transcode -> s Source #

Kinded Container Source # 

Methods

kindOf :: IsString s => Container -> s Source #

Kinded Metric Source # 

Methods

kindOf :: IsString s => Metric -> s Source #

Kinded MeasureType Source # 

Methods

kindOf :: IsString s => MeasureType -> s Source #

Kinded Record Source # 

Methods

kindOf :: IsString s => Record -> s Source #

Kinded Slot Source # 

Methods

kindOf :: IsString s => Slot -> s Source #

Kinded Comment Source # 

Methods

kindOf :: IsString s => Comment -> s Source #

Kinded Tag Source # 

Methods

kindOf :: IsString s => Tag -> s Source #

Kinded Delivery Source # 

Methods

kindOf :: IsString s => Delivery -> s Source #

Kinded Notice Source # 

Methods

kindOf :: IsString s => Notice -> s Source #

Kinded Notification Source # 

Methods

kindOf :: IsString s => Notification -> s Source #