supply-chain-0.0.0.1: Composable request-response pipelines
Safe HaskellSafe-Inferred
LanguageGHC2021

SupplyChain.Unit

Contents

Description

Unit is a simple interface with one request and a fixed response type

Synopsis
  • data Unit (a :: k) (b :: k) = a ~ b => Unit

Type

data Unit (a :: k) (b :: k) #

Unit a is a simple interface: It has a single request value (Unit), and a fixed response type (a).

Constructors

a ~ b => Unit