diff --git a/doc/manual/builtins.xml b/doc/manual/builtins.xml index 465c062b64..ce21e85250 100644 --- a/doc/manual/builtins.xml +++ b/doc/manual/builtins.xml @@ -901,6 +901,19 @@ stdenv.mkDerivation (rec { + builtins.typeOf + e + + Return a string representing the type of the value + e, namely "int", + "bool", "string", + "path", "null", + "attrs", "list" or + "lambda". + + + +