diff --git a/src/index.ts b/src/index.ts index 69e4be5..2e472dd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1361,6 +1361,7 @@ export class Fold { this.exist = foldMap(monoidAny) this.all = foldMap(monoidAll) this.foldMapFirst = foldMap(getFirstMonoid()) + this.headOption = this.headOption.bind(this) } /**