/** * Return the first of two types, aka the kestrel combinator. * @see https://hackage.haskell.org/package/data-aviary-0.4.0/docs/Data-Aviary-Birds.html */ export type Const = A;