Add checks for polymorphic/higher order oracles and higher order entrypoints (AEVM)

This commit is contained in:
Ulf Norell
2019-08-30 11:13:13 +02:00
parent 1ce95b32ac
commit 6fd39d4cb1
4 changed files with 50 additions and 31 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
contract TuplesMatch =
entrypoint tuplify3() = (t) => switch(t)
function tuplify3() = (t) => switch(t)
(x, y, z) => 3
entrypoint fst(p : int * string) =