From 1ff8758f762367ffd2517ce7d9d63c6c9746a0ee Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 4 Nov 2009 16:52:35 +0000 Subject: * Manual updates. --- doc/manual/builtins.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/manual/builtins.xml') diff --git a/doc/manual/builtins.xml b/doc/manual/builtins.xml index 3eee36f2aec7..c7ebcc9a3346 100644 --- a/doc/manual/builtins.xml +++ b/doc/manual/builtins.xml @@ -324,6 +324,16 @@ x: x + 456 + builtins.intersectAttrs + e1 e2 + + Return an attribute set consisting of the + attributes in the set e2 that also + exist in the set e1. + + + + builtins.isAttrs e -- cgit 1.4.1