undo export

Co-authored-by: Gaith Hallak <gaithhallak@gmail.com>
This commit is contained in:
Radosław Rowicki 2022-04-19 19:21:43 +02:00 committed by radrow
parent 96c5ab6653
commit 151b907018

View File

@ -9,7 +9,7 @@
%%%-------------------------------------------------------------------
-module(aeso_ast_to_fcode).
-export([ast_to_fcode/2, format_fexpr/1, type_to_fcode/2]).
-export([ast_to_fcode/2, format_fexpr/1]).
-export_type([fcode/0, fexpr/0, fun_def/0]).
-include("aeso_utils.hrl").