Skip to content

Switch from special type names (sexp_{list,bool,array,option}) to attributes #80

@copy

Description

@copy

Opening Core_kernel or Base bring the type aliases sexp_{list,bool,array,option} to {list,bool,array,option} into scope, which infamously infect OCaml tooling (merlin, utop) and confuse newcomers. See also janestreet/base#39.

ppx_sexp_conv already supports attributes that supersede the old type names. So we should encourage users to switch to attributes and fix the original problem by moving the type aliases out of Core_kernel and Base (maybe to a submodule?).

Metadata

Metadata

Assignees

No one assigned

    Labels

    forwarded-to-js-devsThis report has been forwarded to Jane Street's internal review system.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions