Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reference to unthm, which is actually named mconj #5

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scribblings/utils.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ label (not a scribble one!), provide an argument to @racket[#:tag].}
@defproc[(mnotation [title content?]
[#:tag tag (or/c content? #f)]
[items content?] ...) content?]
@defproc[(unthm [title content?]
@defproc[(mconj [title content?]
[#:tag tag (or/c content? #f)]
[items content?] ...) content?])]{

Expand Down Expand Up @@ -223,13 +223,13 @@ to add more paragraphs than it needs.}
@defproc[(parprop [title content?]
[#:tag tag (or/c content? #f)]
[items content?] ...) content?]
@defproc[(parunthm [title content?]
@defproc[(parmconj [title content?]
[#:tag tag (or/c content? #f)]
[items content?] ...) content?]
@defproc[(parprf [#:tag tag (or/c content? #f)]
[items content?] ...) content?])]{

Like @racket[parthm], only for @racket[mlem], @racket[mprop], @racket[unthm]
Like @racket[parthm], only for @racket[mlem], @racket[mprop], @racket[mconj]
and @racket[ntprf] respectively.}

@section{@tt{listings} utilities}
Expand Down