https://gitlab.com/tezos/tezos
Raw File
Tip revision: f04a09b295a1776b119111626ee7d2e85b013ce3 authored by Emma Turner on 21 December 2023, 17:23:54 UTC
Kernel/SDK: incrementally improve the error 'PathNotFound'
Tip revision: f04a09b
view_toplevel_invalid_arity.tz
parameter nat ;
storage nat ;
code { CAR ; NIL operation ; PAIR } ;
view "add" nat nat nat { UNPAIR ; ADD } ;
back to top