servant-routes
Copyright(c) Frederick Pringle 2025
LicenseBSD-3-Clause
Maintainerfrederick.pringle@fpringle.com
Safe HaskellNone
LanguageHaskell2010

Servant.API.Routes.Internal.Param

Description

Internal module, subject to change.

Synopsis

Documentation

newtype Param Source #

Newtype wrapper around servant's Param so we can define a sensible Eq instance for it.

Constructors

Param 

Fields

Instances

Instances details
ToJSON Param Source # 
Instance details

Defined in Servant.API.Routes.Internal.Param

Show Param Source # 
Instance details

Defined in Servant.API.Routes.Internal.Param

Methods

showsPrec :: Int -> Param -> ShowS #

show :: Param -> String #

showList :: [Param] -> ShowS #

Eq Param Source # 
Instance details

Defined in Servant.API.Routes.Internal.Param

Methods

(==) :: Param -> Param -> Bool #

(/=) :: Param -> Param -> Bool #

Ord Param Source # 
Instance details

Defined in Servant.API.Routes.Internal.Param

Methods

compare :: Param -> Param -> Ordering #

(<) :: Param -> Param -> Bool #

(<=) :: Param -> Param -> Bool #

(>) :: Param -> Param -> Bool #

(>=) :: Param -> Param -> Bool #

max :: Param -> Param -> Param #

min :: Param -> Param -> Param #