Deprecate AEVM #866

Merged
zxq9 merged 11 commits from gh-226 into master 2022-05-10 22:33:59 +09:00
Showing only changes of commit 151b907018 - Show all commits

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").