Skip to content

Commit 7d17fd7

Browse files
committed
Fixes an extra occurrence of "set of partial functions"
1 parent 6d672cd commit 7d17fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9530,8 +9530,8 @@ <h4>Aggregate Algebra</h4>
95309530
<div id="defn_algGroup">
95319531
<b>Definition: Group</b>
95329532
</div>
9533-
<p>Group evaluates a list of expressions against a solution sequence Ψ, producing a set
9534-
of partial functions from keys to solution sequences.</p>
9533+
<p>Group evaluates a list of expressions against a solution sequence Ψ, producing a
9534+
partial function from keys to solution sequences.</p>
95359535
<p>Group(exprlist, Ψ) = { ListEval(exprlist, μ) → [ μ' | μ' in Ψ, ListEval(exprlist, μ)
95369536
= ListEval(exprlist, μ') ] | μ in Ψ }</p>
95379537
</div>

0 commit comments

Comments
 (0)