Type unions without wrappers.
  • Gleam 98.9%
  • Erlang 0.6%
  • JavaScript 0.5%
Find a file
2025-10-20 12:52:49 -05:00
.github/workflows Everything Commit 2025-10-16 08:18:12 -05:00
src add more explaining, dehead, detail, and tests. 2025-10-20 12:52:49 -05:00
test add more explaining, dehead, detail, and tests. 2025-10-20 12:52:49 -05:00
.gitignore Everything Commit 2025-10-16 08:18:12 -05:00
gleam.toml bump minor 2025-10-20 09:03:00 -05:00
LICENSE-APACHE Everything Commit 2025-10-16 08:18:12 -05:00
LICENSE-MIT Everything Commit 2025-10-16 08:18:12 -05:00
manifest.toml Everything Commit 2025-10-16 08:18:12 -05:00
README.md add more explaining, dehead, detail, and tests. 2025-10-20 12:52:49 -05:00

untag

Package Version Hex Docs

gleam add untag

Some explanations of the types and functions are in the doumentation for the actual untag module. Examples are in the tests.

Do you want to a type union without tuples and classes surrounding it? Do you want a dynamic type that tells you the only things that could be inside it?

HERE. ITS HERE. USE IT.

issues and pull requests welcome.

Further documentation can be found at https://hexdocs.pm/untag.

Development

gleam run   # Run the project
gleam test  # Run the tests