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
Search Document