Merge branch 'feature/byte_pack' into 'dev'

add bytes_pack

See merge request ligolang/ligo!165
This commit is contained in:
Gabriel Alfour 2019-10-31 17:34:48 +00:00
commit 2bace61ea8

View File

@ -76,6 +76,7 @@ module Simplify = struct
("string_slice" , "SLICE") ;
("bytes_concat" , "CONCAT") ;
("bytes_slice" , "SLICE") ;
("bytes_pack" , "PACK") ;
("set_empty" , "SET_EMPTY") ;
("set_mem" , "SET_MEM") ;
("set_add" , "SET_ADD") ;