1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
% This is an -*- erlang -*- file.
{application, typer,
[{description, "TYPe annotator for ERlang programs, version %VSN%"},
{vsn, "%VSN%"},
{modules, [typer,
typer_annotator,
typer_info,
typer_map,
typer_options,
typer_preprocess]},
{registered, []},
{applications, [compiler, dialyzer, hipe, kernel, stdlib]},
{env, []}]}.
|