We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0e20f commit 766f530Copy full SHA for 766f530
1 file changed
www/notes/1/ocaml-to-racket.scrbl
@@ -369,7 +369,7 @@ make lists out of any kind of elements. We can precisely
369
define these sets as:
370
371
@#reader scribble/comment-reader
372
-(racketblock
+(ex
373
;; type ListofAny =
374
;; | '()
375
;; | (cons Any ListofAny)
@@ -381,7 +381,7 @@ define these sets as:
381
Or, to give more useful parameterized definitions:
382
383
384
385
;; type (Listof A) =
386
387
;; | (cons A (Listof A))
@@ -830,7 +830,7 @@ expressions}.
830
We can give a type definition for s-expressions:
831
832
833
834
;; type S-Expr =
835
;; | String
836
;; | Boolean
0 commit comments