SupplyChain.Unit
Contents
Description
Unit is a simple interface with one request and a fixed response 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).
Unit a
Unit
a
Constructors