typecheck/only

v t


No documentation available

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($push/val 'when-not))
(    2 ($push/val '=))
(    4 ($push/val 'type-of))
(    6 ($get/val 'v))
(    8 ($push/nil))
(    9 ($cons))
(   10 ($cons))
(   11 ($get/val 't))
(   13 ($push/nil))
(   14 ($cons))
(   15 ($cons))
(   16 ($cons))
(   17 ($push/val 'throw))
(   19 ($push/val 'list))
(   21 ($push/val :type-error))
(   23 ($get/val 'cat))
(   25 ($push/val Expected a value of type ))
(   27 ($get/val 't))
(   29 ($apply 2))
(   31 ($get/val 'v))
(   33 ($push/val 'current-lambda))
(   35 ($push/nil))
(   36 ($cons))
(   37 ($push/nil))
(   38 ($cons))
(   39 ($cons))
(   40 ($cons))
(   41 ($cons))
(   42 ($cons))
(   43 ($push/nil))
(   44 ($cons))
(   45 ($cons))
(   46 ($push/nil))
(   47 ($cons))
(   48 ($cons))
(   49 ($cons))
(   50 ($ret))