feat: EvalState.require_string

(cherry picked from commit ac29248e10d6e2364138d11196151a9f445b379d)
This commit is contained in:
Robert Hensing 2024-04-04 16:38:12 +02:00
parent 759577526d
commit af86728386
2 changed files with 103 additions and 1 deletions

View file

@ -5,7 +5,7 @@ use std::ptr::NonNull;
// TODO: test: cloning a thunk does not duplicate the evaluation.
/** The type of a value (or thunk) */
#[derive(Eq, PartialEq)]
#[derive(Eq, PartialEq, Debug)]
pub enum ValueType {
AttrSet,
Bool,