From 80407de34665df19cc8c34fb361ae179d1e3bb70 Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Sun, 6 Feb 2011 16:11:00 +0200 Subject: Delete typer_map.erl file --- lib/typer/src/typer.hrl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/typer/src/typer.hrl') diff --git a/lib/typer/src/typer.hrl b/lib/typer/src/typer.hrl index f08668a2ac..d41bf2c83b 100644 --- a/lib/typer/src/typer.hrl +++ b/lib/typer/src/typer.hrl @@ -42,10 +42,10 @@ %% Files in 'final_files' are compilable with option 'to_pp'; we keep %% them as {FileName, ModuleName} in case the ModuleName is different final_files = [] :: [{file:filename(), module()}], - ex_func = typer_map:new() :: dict(), - record = typer_map:new() :: dict(), - func = typer_map:new() :: dict(), - inc_func = typer_map:new() :: dict(), + ex_func = typer:map__new() :: dict(), + record = typer:map__new() :: dict(), + func = typer:map__new() :: dict(), + inc_func = typer:map__new() :: dict(), trust_plt = dialyzer_plt:new() :: dialyzer_plt:plt()}). -record(args, {files = [] :: [file:filename()], -- cgit v1.2.3