How do I know what the import name is?

For example:
https://package.elm-lang.org/packages/elm-explorations/linear-algebra/1.0.3/

import LinearAlgebra, import Linear_Algebra doesn’t work.

And when I click the using packages link on the main page, it just takes me to this, which is not helpful:

Nevermind. I figured it out. The names to import are in the sidebar. For example:
import Math.Vector2

3 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.