import Maybe from '../../implementations/Maybe'; export default function maybe(defaultValue: B, fn: (a: A) => B): (m: Maybe) => B;