Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 195 Bytes

Category.md

File metadata and controls

11 lines (8 loc) · 195 Bytes

MODULE Category

Category

type class

interface Category<F> extends Semigroupoid<F> {
  id: <A>() => HKT2<F, A, A>
}