import type { Show } from "@principia/prelude/Show"; import type { Either } from "./model"; /** * ```haskell * getShow :: (Show e, Show a) -> Show (Either e a) * ``` * * @category Instances * @since 1.0.0 */ export declare const getShow: (showE: Show, showA: Show) => Show>; //# sourceMappingURL=show.d.ts.map