https://github.com/pyzh/typer
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyzh/typer
- Owner: pyzh
- License: apache-2.0
- Created: 2018-10-29T14:38:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T11:15:51.000Z (about 9 years ago)
- Last Synced: 2025-06-18T18:03:48.590Z (12 months ago)
- Language: Erlang
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
TypEr
=====
TypEr is an [Erlang/OTP](https://www.erlang.org) application that
shows type information for Erlang modules to the user. Additionally,
it can annotate the code of files with such type information.
Build
-----
$ rebar3 compile
This compiles the erlang code and generates an escript named `typer`
in the current directory.
Build documentation
-------------------
$ rebar3 otp doc