feat: EvalState.require_string
(cherry picked from commit ac29248e10d6e2364138d11196151a9f445b379d)
This commit is contained in:
parent
759577526d
commit
af86728386
2 changed files with 103 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue