Skip to content

Commit

Permalink
Export consumed (and exposed "via API") type
Browse files Browse the repository at this point in the history
  • Loading branch information
kivra-pauoli committed Oct 10, 2023
1 parent 217a1ac commit 3cda601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eon_type.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cda601

Please sign in to comment.