Skip to content

Commit

Permalink
ValueType copy & debug
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps committed Nov 7, 2024
1 parent 16d7426 commit fe57f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interpreter/src/objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ pub enum Value {
Null,
}

#[derive(Copy, Debug)]
pub enum ValueType {
List,
Map,
Expand Down

0 comments on commit fe57f8c

Please sign in to comment.