Skip to content

fixing Region unused reference#23

Merged
hdgarrood merged 1 commit into
purescript:masterfrom
Ebmtranceboy:master
Oct 22, 2019
Merged

fixing Region unused reference#23
hdgarrood merged 1 commit into
purescript:masterfrom
Ebmtranceboy:master

Conversation

@Ebmtranceboy

Copy link
Copy Markdown
Contributor

No description provided.

@hdgarrood

Copy link
Copy Markdown
Contributor

Thanks!

@rnons

rnons commented Nov 3, 2019

Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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