Module

Jarilo.Segment

Package
purescript-jarilo
Repository
bklaric/purescript-jarilo

#Segment Source

data Segment :: Type

#Literal Source

data Literal :: Symbol -> Segment

Instances

#Capture Source

data Capture :: Symbol -> Type -> Segment

Instances

#SegmentError Source

data SegmentError

Constructors

#SegmentProxy Source

data SegmentProxy (segment :: Segment)

Constructors

#SegmentRouter Source

class SegmentRouter (segment :: Segment) (input :: Row Type) (output :: Row Type) | segment -> input output where

Members

Instances