add missing 'Set.iter' to cameligo
This commit is contained in:
parent
f08879feb0
commit
0374c5900b
@ -181,6 +181,7 @@ module Simplify = struct
|
||||
| "Bytes.sub" -> ok C_SLICE
|
||||
|
||||
| "Set.mem" -> ok C_SET_MEM
|
||||
| "Set.iter" -> ok C_SET_ITER
|
||||
| "Set.empty" -> ok C_SET_EMPTY
|
||||
| "Set.literal" -> ok C_SET_LITERAL
|
||||
| "Set.add" -> ok C_SET_ADD
|
||||
|
Loading…
Reference in New Issue
Block a user