mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Rename ValueType -> InternalType, NormalType -> ValueType
And Value::type to Value::internalType, such that type() can be used in the next commit to get the new ValueType
This commit is contained in:
parent
730b152b19
commit
d67e02919c
4 changed files with 42 additions and 42 deletions
|
@ -78,7 +78,7 @@ static void forceTrivialValue(EvalState & state, Value & value, const Pos & pos)
|
|||
}
|
||||
|
||||
|
||||
static void expectType(EvalState & state, NormalType type,
|
||||
static void expectType(EvalState & state, ValueType type,
|
||||
Value & value, const Pos & pos)
|
||||
{
|
||||
forceTrivialValue(state, value, pos);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue