We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fe40aa + b4edbfb commit 14de1a7Copy full SHA for 14de1a7
1 file changed
www/notes/1/ocaml-to-racket.scrbl
@@ -562,7 +562,7 @@ val even_digit : int -> bool = <fun>
562
The patterns here, save the last one, are just integer literals. If
563
@tt{n} is the same as any of these integers, the value @tt{true} is
564
produced. The last case uses a "wildcard," which matches anything and
565
-produces true.
+produces @tt{false}.
566
567
Here's an example that matches a tuple, binding each part of the tuple
568
to a name and then using those names to construct a different tuple:
0 commit comments