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

SupplyChain.Core.Unit

Contents

Description

 
Synopsis

Type

data Unit a b Source #

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

Constructors

a ~ b => Unit