add return type for select

This commit is contained in:
Ilya Rezvov
2022-06-08 21:12:00 -06:00
parent d0403ad554
commit c044f3f556
7 changed files with 60 additions and 11 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ data Instruction index =
| RefExtern Natural
-- Parametric instructions
| Drop
| Select
| Select (Maybe [ValueType])
-- Variable instructions
| GetLocal index
| SetLocal index