Module

Jarilo.Path

Package
purescript-jarilo
Repository
bklaric/purescript-jarilo

#Path Source

data Path :: Type

#End Source

data End :: Path

Instances

#Sub Source

data Sub :: Segment -> Path -> Path

Instances

#type (:>) Source

Operator alias for Jarilo.Path.Sub (right-associative / precedence 9)

#PathProxy Source

data PathProxy (path :: Path)

Constructors

#PathError Source

data PathError

Constructors

#PathRouterErrors Source

type PathRouterErrors errors = (pathError :: PathError, segmentError :: SegmentError | errors)

#PathRouter Source

class PathRouter (path :: Path) (input :: Row Type) (output :: Row Type) | path -> input output where

Members

Instances