mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
commit
b3e8d72770
27 changed files with 231 additions and 37 deletions
|
|
@ -147,6 +147,7 @@ public:
|
|||
|
||||
/* Force `v', and then verify that it has the expected type. */
|
||||
NixInt forceInt(Value & v, const Pos & pos);
|
||||
NixFloat forceFloat(Value & v, const Pos & pos);
|
||||
bool forceBool(Value & v);
|
||||
inline void forceAttrs(Value & v);
|
||||
inline void forceAttrs(Value & v, const Pos & pos);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue