algebraic-path:ast
Safe HaskellNone
LanguageHaskell2010

AlgebraicPath.Ast.Name

Synopsis

Documentation

data Name Source #

Structured base of a single component of a path.

Instances

Instances details
Arbitrary Name Source # 
Instance details

Defined in AlgebraicPath.Ast.Name

Methods

arbitrary :: Gen Name #

shrink :: Name -> [Name] #

Eq Name Source # 
Instance details

Defined in AlgebraicPath.Ast.Name

Methods

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

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

Ord Name Source # 
Instance details

Defined in AlgebraicPath.Ast.Name

Methods

compare :: Name -> Name -> Ordering #

(<) :: Name -> Name -> Bool #

(<=) :: Name -> Name -> Bool #

(>) :: Name -> Name -> Bool #

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

max :: Name -> Name -> Name #

min :: Name -> Name -> Name #

Show Name Source # 
Instance details

Defined in AlgebraicPath.Ast.Name

Methods

showsPrec :: Int -> Name -> ShowS #

show :: Name -> String #

showList :: [Name] -> ShowS #

Hashable Name Source # 
Instance details

Defined in AlgebraicPath.Ast.Name

Methods

hashWithSalt :: Int -> Name -> Int #

hash :: Name -> Int #

Constructors

mapExtensions :: ([Text] -> [Text]) -> Name -> Name Source #

Functors

traverseExtensions :: Functor f => ([Text] -> f [Text]) -> Name -> f Name Source #

Destructors