Skip to content

Stdlib__ name leaking #17

@copy

Description

@copy

ocp-index-top leaks module names with two underscores that should be hidden from users, for example:

utop [1]: #doc List.map
Stdlib__list.map val ('a -> 'b) -> 'a list -> 'b list
    [List.map f [a1; ...; an]] applies function [f] to [a1, ..., an],
    and builds the list [[f a1; ...; f an]]
    with the results returned by [f].  Not tail-recursive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions