https://github.com/am-kantox/tyx
Library bringing types support to elixir
https://github.com/am-kantox/tyx
dependent-types elixir elixir-lang types
Last synced: about 1 year ago
JSON representation
Library bringing types support to elixir
- Host: GitHub
- URL: https://github.com/am-kantox/tyx
- Owner: am-kantox
- License: mit
- Created: 2021-06-03T06:17:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T14:10:58.000Z (about 5 years ago)
- Last Synced: 2025-03-21T12:21:34.372Z (over 1 year ago)
- Topics: dependent-types, elixir, elixir-lang, types
- Language: Elixir
- Homepage:
- Size: 97.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tyx
[](https://kantox.com/) [](https://github.com/am-kantox/tyx/actions/workflows/test.yml) [](https://github.com/am-kantox/tyx/actions/workflows/dialyzer.yml)
**Library bringing types support to elixir in compile time**
## Installation
Add `tyx` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tyx, "~> 0.1"}
]
end
```
## [Documentation](https://hexdocs.pm/tyx)