From 3cda601d609a9de26ae585b06a893172cd5a970e Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Tue, 10 Oct 2023 11:32:16 +0100 Subject: [PATCH] Export consumed (and exposed "via API") type --- src/eon_type.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/eon_type.erl b/src/eon_type.erl index b047445..8539e96 100644 --- a/src/eon_type.erl +++ b/src/eon_type.erl @@ -33,6 +33,7 @@ -type decl(A) :: lit(A, spec()). %declaration -type spec() :: type() %single alternative | sum(). %multiple alternatives +-export_type([spec/0]). -type type() :: cb() %eon_type_* | {cb(), lit(_, _)}. %type args -type sum() :: [spec()]. %left-to-right