xash / Array

Implements Arrays with a RRB-Tree backend in JavaScript for ELM.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Parse error for "import Basics (..)" #1

Closed ghost closed 10 years ago

ghost commented 10 years ago

I get the following error:

Error resolving dependencies in elm_dependencies\xashili-Array\0.2.1\Array.elm:
[Parse error at (line 20, column 16):
unexpected "."
expecting whitespace, variable or "("]
xash commented 10 years ago

I was using Elms Dev version, which changed the import syntax from open to (..) You can either delete the line in Array.elm as it wasn't needed anyway or update to 0.2.2. Thanks for reporting!