Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

export (private) type #547

Open
jonhue opened this issue Mar 19, 2021 · 0 comments
Open

export (private) type #547

jonhue opened this issue Mar 19, 2021 · 0 comments
Labels
enhancement New feature or request
Projects
Milestone

Comments

@jonhue
Copy link
Member

jonhue commented Mar 19, 2021

Allow exporting types (type aliases, type classes, ...). Should not export the tags used in a type declaration.

export private type IO<a> = IO(a)

The private keyword should only work with type aliases.

@jonhue jonhue added the enhancement New feature or request label Mar 19, 2021
@jonhue jonhue added this to To do in Core via automation Mar 19, 2021
@jonhue jonhue changed the title export private type export (private) type Mar 19, 2021
@jonhue jonhue added this to the 0.2.0 milestone Mar 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Core
To do
Status: Processing
Development

No branches or pull requests

1 participant