Skip to content

fixing Region unused reference #23

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

Merged
merged 1 commit into from
Oct 22, 2019
Merged

Conversation

Ebmtranceboy
Copy link
Contributor

No description provided.

@hdgarrood
Copy link
Contributor

Thanks!

@rnons
Copy link

rnons commented Nov 3, 2019

Get two errors as of this change

Error 1 of 2:

  in module Data.Array.ST
  at bower_components/purescript-arrays/src/Data/Array/ST.purs:34:30 - 34:41 (line 34, column 30 - line 34, column 41)

    Cannot import kind Region from module Control.Monad.ST
    It either does not exist or the module does not export it.


  See https://github.com/purescript/documentation/blob/master/errors/UnknownImport.md for more information,
  or to contribute content related to this error.

Error 2 of 2:

  in module Foreign.Object.ST
  at bower_components/purescript-foreign-object/src/Foreign/Object/ST.purs:14:30 - 14:41 (line 14, column 30 - line 14, column 41)

    Cannot import kind Region from module Control.Monad.ST
    It either does not exist or the module does not export it.


  See https://github.com/purescript/documentation/blob/master/errors/UnknownImport.md for more information,
  or to contribute content related to this error.

@hdgarrood
Copy link
Contributor

Ah, oops. I guess there must be a compiler bug where it incorrectly marks imports as unused if they are only used in re-exports.

@hdgarrood
Copy link
Contributor

Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants