Closed xhliu closed 2 years ago
as in transpile, not hardcode it as in: https://github.com/sCrypt-Inc/sol2scrypt/blob/2a8c06cc6ee50283237c675840cc8e2a214bbc51/test/unit/Transformations/Sol2IR/Expression.hs#L12
transpile
Could just use: parseIO "true"
parseIO "true"
Change everywhere
There are other places to change.
as in
transpile
, not hardcode it as in: https://github.com/sCrypt-Inc/sol2scrypt/blob/2a8c06cc6ee50283237c675840cc8e2a214bbc51/test/unit/Transformations/Sol2IR/Expression.hs#L12Could just use:
parseIO "true"
Change everywhere