Created
December 1, 2015 00:06
-
-
Save ccapndave/373b99152472db44df54 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- PORT ERROR -------- ././app/assets/javascripts/Component/SchoolSearch/API.elm | |
This module has ports, but ports can only appear in the main module. | |
98| port theOutboundPort : Signal Value | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
Ports in library code would create hidden dependencies where importing a | |
module could bring in constraints not captured in the public API. Furthermore, | |
if the module is imported twice, do we send values out the port twice? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment