Module

Axon.Request.Parts.Path

Package
purescript-axon
Repository
cakekindel/purescript-axon

#Path Source

data Path :: forall k. k -> Type -> Typedata Path a b

Constructors

Instances

#Sep Source

data Sep :: forall ka kb. ka -> kb -> Typedata Sep a b

Instances

#IgnoreRest Source

#type (/) Source

Operator alias for Axon.Request.Parts.Path.Sep (right-associative / precedence 9)

#type (...) Source

Operator alias for Axon.Request.Parts.Path.IgnoreRest (left-associative / precedence 9)

#DiscardTupledUnits Source

#PathParts Source

class PathParts :: forall k. k -> Type -> Constraintclass PathParts a b | a -> b where

Members

Instances