mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Test some more primops
This commit is contained in:
parent
3d0a9ec825
commit
5ad263c26b
9 changed files with 24 additions and 7 deletions
|
@ -10,6 +10,8 @@ with builtins;
|
|||
(isInt { x = 123; })
|
||||
(isBool (true && false))
|
||||
(isBool null)
|
||||
(isAttrs { x = 123; })
|
||||
(isAttrs null)
|
||||
(typeOf (3 * 4))
|
||||
(typeOf true)
|
||||
(typeOf "xyzzy")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue