forked from lix-project/lix
Manual: document tryEval
This commit is contained in:
parent
f8a2e8a552
commit
9622d00afa
|
@ -1163,6 +1163,19 @@ stdenv.mkDerivation (rec {
|
||||||
|
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry><term><function>builtins.tryEval</function>
|
||||||
|
<replaceable>e</replaceable></term>
|
||||||
|
|
||||||
|
<listitem><para>Try to evaluate <replaceable>e</replaceable>.
|
||||||
|
Return a set containing the attributes <literal>success</literal>
|
||||||
|
(<literal>true</literal> if <replaceable>e</replaceable> evaluated
|
||||||
|
successfully, <literal>false</literal> if an error was thrown) and
|
||||||
|
<literal>value</literal>, equalling <replaceable>e</replaceable>
|
||||||
|
if successful and <literal>false</literal> otherwise.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry><term><function>builtins.typeOf</function>
|
<varlistentry><term><function>builtins.typeOf</function>
|
||||||
<replaceable>e</replaceable></term>
|
<replaceable>e</replaceable></term>
|
||||||
|
|
Loading…
Reference in a new issue