Skip to content

Commit

Permalink
Fix typesetting of inpersonator-of docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
stamourv committed Jul 7, 2017
1 parent 73e08a2 commit 5f740ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/racket-doc/scribblings/reference/chaperones.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ If at least one of @racket[v1] or @racket[v2] is an impersonator:
@item{When @racket[v2] is an impersonator constructed with at least one non-@racket[#f] interposition procedure,
but @racket[v1] is not an impersonator then @racket[(impersonator-of? v1 v2)] is @racket[#f].}]}

Otherwise, if neither @racket[v1] or @racket[v2] is an impersonator, but either
of them contains an impersonator as a subpart (e.g., @racket[v1] is a list with
an impersonator as one of its elements), then @racket[(impersonator-of? v1 v2)]
proceeds by comparing @racket[v1] and @racket[v2] recursively (as with
Otherwise, if neither @racket[_v1] or @racket[_v2] is an impersonator, but either
of them contains an impersonator as a subpart (e.g., @racket[_v1] is a list with
an impersonator as one of its elements), then @racket[(impersonator-of? _v1 _v2)]
proceeds by comparing @racket[_v1] and @racket[_v2] recursively (as with
@racket[equal?]), returning true if all subparts are @racket[impersonator-of?].

@examples[
Expand Down

0 comments on commit 5f740ff

Please sign in to comment.