export interface Show { readonly show: (a: A) => string; } export declare function Show(show: (a: A) => string): Show; export { ShowURI } from './Modules'; //# sourceMappingURL=Show.d.ts.map