Revision 9749f90b lib/opcodes.py.in_before

b/lib/opcodes.py.in_before
81 81
     " for details"),
82 82
    (opcodes_base.COMMENT_ATTR, None, ht.TMaybe(ht.TString),
83 83
     "Comment describing the purpose of the opcode"),
84
    (constants.OPCODE_REASON, None, ht.TMaybe(ht.TListOf(ht.TAny)),
84
    (constants.OPCODE_REASON, [], ht.TMaybe(ht.TListOf(ht.TAny)),
85 85
     "The reason trail, describing why the OpCode is executed"),
86 86
    ]
87 87
  OP_RESULT = None

Also available in: Unified diff