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

https://github.com/yutopp/eir

Static optional type checker for tylang.
https://github.com/yutopp/eir

Last synced: about 2 months ago
JSON representation

Static optional type checker for tylang.

Awesome Lists containing this project

README

        

# EIR

**WORK IN PROGRESS**

EIR is a static optional type checker for BEAM files which are compiled by [tylang](https://github.com/yutopp/tylang).

It aims to analyze type discrepancy faster than [Dialyzer](http://erlang.org/doc/man/dialyzer.html). It will also alleviate processing resources used when type checking.

## How to install

### Development

```
opam pin add eir --kind path .
```

## How to use

*WIP*

## License

This software is licensed under the [Boost Software License](http://www.boost.org/LICENSE_1_0.txt).