Skip to content

Commit fc1fb21

Browse files
leafacrfindler
authored andcommitted
Fix arrow in contract
1 parent eebbb8a commit fc1fb21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redex-doc/redex/scribblings/ref/testing.scrbl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ the comparison. It defaults to @racket[(default-equiv)].
5959
(code:line #:equiv pred-expr)
6060
(code:line #:pred pred-expr)])
6161
#:contracts ([rel-expr reduction-relation?]
62-
[pred-expr (--> any/c any)]
62+
[pred-expr (-> any/c any)]
6363
[e1-expr any/c]
6464
[e2-expr any/c])]{
6565

@@ -92,7 +92,7 @@ isn't supplied, then @racket[(default-equiv)] is used.
9292
@defform/subs[(test--> rel-expr option ... e1-expr e2-expr ...)
9393
([option (code:line #:equiv pred-expr)])
9494
#:contracts ([rel-expr reduction-relation?]
95-
[pred-expr (--> any/c any/c any/c)]
95+
[pred-expr (-> any/c any/c any/c)]
9696
[e1-expr any/c]
9797
[e2-expr any/c])]{
9898

0 commit comments

Comments
 (0)