Module type Relude_Interface.FUNCTION_1_F

Module type functor which captures a simple a => b function

Parameters

Signature

type a = A.t;
type b = B.t;
let f: a => b;