---
title: "Collapse equivalent function in erlang.org/doc"
url: https://daily.dev/posts/collapse-equivalent-function-in-erlang-org-doc-bdhlmlhxu
source_url: https://erlangforums.com/t/collapse-equivalent-function-in-erlang-org-doc/5868
type: article
source: "Erlang Forums"
published: 2026-08-17T07:31:26.353Z
updated: 2026-08-17T07:31:46.648Z
tags: ["open-source", "erlang"]
reading_time: 2
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Collapse equivalent function in erlang.org/doc

**[Erlang Forums](https://daily.dev/sources/erlangforums)** · 2 min read · 0 upvotes · 0 comments

## Summary

A forum post proposes an experimental change to how Erlang/OTP documentation is generated with ExDoc, collapsing multiple function-arity signatures into a single entry using an equivalence symbol (≡), mirroring how the older erl_docgen tool presented docs. The author built a heuristic based on 'equiv' doc metadata and function specs to decide when to merge signatures or types, with a fallback to standard ExDoc output when the heuristic fails. A generated preview of Erlang/OTP 29.0-rc2 docs with this feature is shared for community feedback on whether the more compact format is an improvement.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://erlangforums.com/t/collapse-equivalent-function-in-erlang-org-doc/5868>

## Similar posts on daily.dev

- [On \`or\` and \`and\` operator deprecation](https://daily.dev/posts/on-or-and-and-operator-deprecation-egzxg8jhj) · Erlang Forums · 0 upvotes · 0 comments
- [Patch package OTP 29.0-rc2 Released](https://daily.dev/posts/patch-package-otp-29-0-rc2-released-43r5cevzp) · Erlang Forums · 0 upvotes · 0 comments

---

Tags: [#open-source](https://daily.dev/tags/open-source), [#erlang](https://daily.dev/tags/erlang)

[View this post on daily.dev](https://daily.dev/posts/collapse-equivalent-function-in-erlang-org-doc-bdhlmlhxu)
