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