Skip to content

Commit

Permalink
ValueType copy & debug (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps authored Nov 13, 2024
1 parent 6175512 commit f774729
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(Clone, Copy, Debug)]
pub enum ValueType {
List,
Map,
Expand Down

0 comments on commit f774729

Please sign in to comment.