X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=hints%2Fassignment_7_hint_1.mdwn;h=6353e87e4fb18160c3e426e1639ec6c5576d208a;hp=9c22165d14439f821cc2720bfdf866f9cf2b1c52;hb=9715293258b92b83aee3a6f5d021aa85c3474017;hpb=02ef3d4dfa3eed39f90326c37db8b23a6c3b07e7 diff --git a/hints/assignment_7_hint_1.mdwn b/hints/assignment_7_hint_1.mdwn index 9c22165d..6353e87e 100644 --- a/hints/assignment_7_hint_1.mdwn +++ b/hints/assignment_7_hint_1.mdwn @@ -1,4 +1,3 @@ - * 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. @@ -11,5 +10,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 &exists;x correspond to in the framework we've been talking about? +* What does their ∃x correspond to in the framework we've been talking about?