Remove no_implicit_stdlib option

This commit is contained in:
Ulf Norell
2019-08-27 14:05:22 +02:00
parent 3f1c23ace3
commit 850221aaf3
8 changed files with 25 additions and 39 deletions
+3
View File
@@ -1,3 +1,6 @@
include "List.aes"
include "Func.aes"
contract StdInc =
entrypoint test() = List.map((x) => Func.id(x), [1,2,3,4])