Module

Transit.Class.MkHandlerLookup

Package
purescript-transit
Repository
m-bock/purescript-transit

Type class for building handler lookups from transit specifications.

#MkHandlerLookup Source

class MkHandlerLookup :: (Type -> Type) -> List' @Type MatchTL -> Type -> Row Type -> Row Type -> Constraintclass MkHandlerLookup (m :: Type -> Type) (spec :: List' MatchTL) matches (rowState :: Row Type) (rowMsg :: Row Type) | spec rowState rowMsg m -> matches where

Members

Instances