diff options
author | Stavros Aronis <[email protected]> | 2012-02-10 14:42:30 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2012-05-21 15:31:17 +0200 |
commit | e6fa01359a41d3b054260d01d2880820c867ca2b (patch) | |
tree | ce64107689f9661e856bdbda85629933b47d74a6 /lib/dialyzer/src/dialyzer.hrl | |
parent | 571f4fb9838857364d85d21e7c38881ac0b8c695 (diff) | |
download | otp-e6fa01359a41d3b054260d01d2880820c867ca2b.tar.gz otp-e6fa01359a41d3b054260d01d2880820c867ca2b.tar.bz2 otp-e6fa01359a41d3b054260d01d2880820c867ca2b.zip |
Parallel typesig analysis
Diffstat (limited to 'lib/dialyzer/src/dialyzer.hrl')
-rw-r--r-- | lib/dialyzer/src/dialyzer.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dialyzer/src/dialyzer.hrl b/lib/dialyzer/src/dialyzer.hrl index 5e089d1773..44b1ebeabd 100644 --- a/lib/dialyzer/src/dialyzer.hrl +++ b/lib/dialyzer/src/dialyzer.hrl @@ -110,6 +110,7 @@ -type label() :: non_neg_integer(). -type rep_mode() :: 'quiet' | 'normal' | 'verbose'. -type start_from() :: 'byte_code' | 'src_code'. +-type mfa_or_funlbl() :: label() | mfa(). %%-------------------------------------------------------------------- %% Record declarations used by various files |