An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Tyx

[![Kantox ❤ OSS](https://img.shields.io/badge/❤-kantox_oss-informational.svg)](https://kantox.com/)  [![Test](https://github.com/am-kantox/tyx/actions/workflows/test.yml/badge.svg)](https://github.com/am-kantox/tyx/actions/workflows/test.yml)  [![Dialyzer](https://github.com/am-kantox/tyx/actions/workflows/dialyzer.yml/badge.svg)](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)