Closed anton-trunov closed 2 years ago
E.g.
match ts with | [ PrimType Bnum_typ; PrimType (Uint_typ _) ] ->
vs
match ts with | [ s; u ] when [%equal: typ] s bnum_typ && is_uint_type u ->
See the discussion here: https://github.com/Zilliqa/scilla/pull/771#discussion_r375927045
Looks like with the introduction of subtyping checks this issue is not that relevant anymore.
E.g.
vs
See the discussion here: https://github.com/Zilliqa/scilla/pull/771#discussion_r375927045