X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=hints%2Fassignment_7_hint_1.mdwn;h=745eb99261df79745e4ca3a09ed7bf21bd4374b0;hp=1c91401b3865aa08680110e5f326844f4716d359;hb=8e9569fef324043b0a31cd56d14459b1497de08d;hpb=db45e567267864f4b0a2bbc80e658e7b9c91fd2e diff --git a/hints/assignment_7_hint_1.mdwn b/hints/assignment_7_hint_1.mdwn index 1c91401b..745eb992 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,7 +10,7 @@ * 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? * [More hints](/hints/assignment_7_hint_2).