From df7057d61636d826f44cee4052e45d7eda7b3692 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 19 Jan 2016 17:22:34 +0100 Subject: Don't use 'tuple()'. --- src/plop.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plop.hrl b/src/plop.hrl index 2e0d436..e388b6f 100644 --- a/src/plop.hrl +++ b/src/plop.hrl @@ -7,7 +7,7 @@ %% Signed tree head %% {Treesize, Timestamp, Roothash, Signature} --type sth() :: tuple(integer(), integer(), binary(), signature()). +-type sth() :: {integer(), integer(), binary(), signature()}. %% RFC 5246 7.4.1.4.1 -type hash_alg_type() :: none | md5 | sha1 | sha224 | sha256 | sha384 | -- cgit v1.1