dashi-0.1.0.0: Tasty Haskell design system
Safe HaskellNone
LanguageGHC2021

Dashi.Components.Link

Documentation

data Text Source #

Constructors

Text 

Instances

Instances details
Token Text Source # 
Instance details

Defined in Dashi.Components.Link

ValueToken Text Source # 
Instance details

Defined in Dashi.Components.Link

Associated Types

type ValueType Text 
Instance details

Defined in Dashi.Components.Link

Bounded Text Source # 
Instance details

Defined in Dashi.Components.Link

Enum Text Source # 
Instance details

Defined in Dashi.Components.Link

Methods

succ :: Text -> Text #

pred :: Text -> Text #

toEnum :: Int -> Text #

fromEnum :: Text -> Int #

enumFrom :: Text -> [Text] #

enumFromThen :: Text -> Text -> [Text] #

enumFromTo :: Text -> Text -> [Text] #

enumFromThenTo :: Text -> Text -> Text -> [Text] #

Eq Text Source # 
Instance details

Defined in Dashi.Components.Link

Methods

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

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

type ValueType Text Source # 
Instance details

Defined in Dashi.Components.Link

data Link model action Source #

Constructors

Link 

Fields

Instances