* A new primop `builtins', which returns an attribute set containing

all the primops.  This allows Nix expressions to test for new
  primops and take appropriate action if they're not available.  For
  instance, rather than calling a primop `foo' directly, they could
  say `if builtins ? foo then builtins.foo ... else ...'.
This commit is contained in:
Eelco Dolstra 2006-08-23 14:39:11 +00:00
parent 68515b5a96
commit 4a053bfdfd
3 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1 @@
Path("/foo")