745eb99261df79745e4ca3a09ed7bf21bd4374b0
[lambda.git] / hints / assignment_7_hint_1.mdwn
1 *       Where Groenendijk and Stockhof and Veltman (GSV) say "peg", that translates in our terminology into a new "reference cell" or "location" in a store.
2
3 *       Where they represent pegs as natural numbers, that corresponds to our representing locations in a store by their indexes in the store.
4
5 *       Where they work with sets of blahs, you should generally think in terms of functions from blahs to bools.
6
7 *       Where they say "reference system," which they use the leter `r` for, that corresponds to what we've been calling "assignments", and use the letter `g` for.
8
9 *       Where they say `r[x/n]`, that's our `g{x:=n}`.
10
11 *       Their function `g`, which assigns objects from the domain to pegs, corresponds to our store function, which assigns entities to indexes.
12
13 *       What does their <code>&Exists;x</code> correspond to in the framework we've been talking about?
14
15 *       [More hints](/hints/assignment_7_hint_2).
16