X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=hints%2Fassignment_7_hint_1.mdwn;h=f7d5d288fc4a0fe7f9dcb79519cad2b703a59da9;hb=2d5df0441175013c782ebee648a17043405ca251;hp=6353e87e4fb18160c3e426e1639ec6c5576d208a;hpb=9715293258b92b83aee3a6f5d021aa85c3474017;p=lambda.git diff --git a/hints/assignment_7_hint_1.mdwn b/hints/assignment_7_hint_1.mdwn index 6353e87e..f7d5d288 100644 --- a/hints/assignment_7_hint_1.mdwn +++ b/hints/assignment_7_hint_1.mdwn @@ -1,8 +1,7 @@ -* Where Groenendijk and Stockhof and Veltman (GSV) say "peg", that translates in our terminology into a new "reference cell" or "location" in a store. -* Where they represent pegs as natural numbers, that corresponds to our representing locations in a store by their indexes in the store. +* Where Groenendijk, Stockhof and Veltman (GS&V) say "peg", that translates in our terminology into a new "reference cell" or "location" in a store. -* Where they work with sets of blahs, you should generally think in terms of functions from blahs to bools. +* Where they represent pegs as natural numbers, that corresponds to our representing locations in a store by their indexes in the store. * 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. @@ -10,5 +9,5 @@ * Their function `g`, which assigns objects from the domain to pegs, corresponds to our store function, which assigns entities to indexes. -* What does their ∃x correspond to in the framework we've been talking about? +* [More hints](/hints/assignment_7_hint_2).