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

book/first-class-modules/README.md: fix B.t typo #3654

Open
wants to merge 1 commit into
base: master
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
4 changes: 2 additions & 2 deletions book/first-class-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ you can declare a pseudoparameter of the form `(type a)` which
introduces a fresh type named `a`. This type acts like an abstract
type within the context of the function. In the example above, the
locally abstract type was used as part of a sharing constraint that
ties the type `B.t` with the type of the elements of the list passed
in. [datatypes/locally abstract types]{.idx} [abstract
ties the type `Bumpable.t` with the type of the elements of the list
passed in. [datatypes/locally abstract types]{.idx} [abstract
types]{.idx}[locally abstract types]{.idx}[sharing constraint]{.idx}

The resulting function is polymorphic in both the type of the list element
Expand Down