Module

Data.Intertwine.Route.PathPiece

Package
purescript-intertwine
Repository
collegevine/purescript-intertwine

#PathPiece Source

class PathPiece a  where

This class makes a type suitable for participating in route printing/parsing - i.e. to be the type of path segments and querystring parameters.

Members

Instances