From 90b3eb809e0c399593c741b2281d89498e87b147 Mon Sep 17 00:00:00 2001
From: Kostis Sagonas Minimizes the representation of all entries in the list. This is
- equivalent to
See also:
Expands particular properties to corresponding sets of
properties (or other terms). For each pair
For example, the following expressions all return
expand([{foo, [bar, baz]}],
@@ -198,7 +198,7 @@
- Passes List through a sequence of
+
Passes ListIn through a sequence of
substitution/expansion stages. For an aliases operation,
the function substitute_aliases/2 is applied using the
given list of aliases; for a negations operation,
@@ -221,9 +221,9 @@
Creates a normal form (minimal) representation of a property. If
- Property is {Key, true} where Key is
- an atom, this returns Key , otherwise the whole term
- Property is returned.
+ PropertyIn is {Key, true} where
+ Key is an atom, this returns Key , otherwise
+ the whole term PropertyIn is returned.
See also: property/2 .
@@ -260,7 +260,7 @@
Substitutes keys of properties. For each entry in
- List , if it is associated with some key K1
+ ListIn , if it is associated with some key K1
such that {K1, K2} occurs in Aliases , the
key of the entry is changed to K2 . If the same
K1 occurs more than once in Aliases , only
@@ -278,13 +278,13 @@
Substitutes keys of boolean-valued properties and
simultaneously negates their values. For each entry in
- List , if it is associated with some key K1
+ ListIn , if it is associated with some key K1
such that {K1, K2} occurs in Negations , then
if the entry was {K1, true} it will be replaced with
{K2, false} , otherwise it will be replaced with
{K2, true} , thus changing the name of the option and
simultaneously negating the value given by
- get_bool(List) . If the same K1 occurs more
+ get_bool(ListIn) . If the same K1 occurs more
than once in Negations , only the first occurrence is
used.
Example: substitute_negations([{no_foo, foo}], L)
@@ -300,7 +300,7 @@
- Unfolds all occurrences of atoms in List to tuples
+
Unfolds all occurrences of atoms in ListIn to tuples
{Atom, true} .
--
cgit v1.2.3