Corrected links in Maps.
This commit is contained in:
parent
d5a9a6345a
commit
b24f041240
1 changed files with 8 additions and 8 deletions
|
@ -4,14 +4,14 @@ layout : page
|
||||||
permalink : /Maps
|
permalink : /Maps
|
||||||
---
|
---
|
||||||
|
|
||||||
Maps (or dictionaries) are ubiquitous data structures, both in
|
Maps (or dictionaries) are ubiquitous data structures, both in software
|
||||||
software construction generally and in the theory of programming
|
construction generally and in the theory of programming languages in particular;
|
||||||
languages in particular; we're going to need them in many places in
|
we're going to need them in many places in the coming chapters. They also make
|
||||||
the coming chapters. They also make a nice case study using ideas
|
a nice case study using ideas we've seen in previous chapters, including
|
||||||
we've seen in previous chapters, including building data structures
|
building data structures out of higher-order functions (from [Basics]({{
|
||||||
out of higher-order functions (from [Basics](sf/Basics.html)
|
"Basics" | relative_url }}) and [Poly]({{ "Poly" | relative_url }}) and the use
|
||||||
and [Poly](sf/Poly.html) and the use of reflection to streamline
|
of reflection to streamline proofs (from [IndProp]({{ "IndProp" | relative_url
|
||||||
proofs (from [IndProp](sf/IndProp.html).
|
}})).
|
||||||
|
|
||||||
We'll define two flavors of maps: _total_ maps, which include a
|
We'll define two flavors of maps: _total_ maps, which include a
|
||||||
"default" element to be returned when a key being looked up
|
"default" element to be returned when a key being looked up
|
||||||
|
|
Loading…
Reference in a new issue