Module

Data.Text.Format.Org.Path

Package
purescript-org-doc
Repository
shamansir/purescript-org-doc

#Axis Source

data Axis a

Constructors

Instances

#Path Source

data Path a

Constructors

Instances

#root Source

root :: forall a. Path a

#(<:>) Source

Operator alias for Data.Text.Format.Org.Path.cons (right-associative / precedence 6)

#cons Source

cons :: forall a. Axis a -> Path a -> Path a

#toList Source

toList :: forall a. Path a -> List (Axis a)

#toArray Source

toArray :: forall a. Path a -> Array (Axis a)

#foldr Source

foldr :: forall a x. (Int -> Axis x -> a -> a) -> a -> Path x -> a