BrianHicks / elm-benchmark

Benchmarking for Elm
http://package.elm-lang.org/packages/BrianHicks/elm-benchmark/latest
BSD 3-Clause "New" or "Revised" License
47 stars 5 forks source link

Fix Quick Start example in README #41

Closed rtfeldman closed 6 years ago

rtfeldman commented 6 years ago

It has import Array.Hamt but should be import Array.Hamt as Hamt - the examples in the file are things like Hamt.slice 50 100 sampleArray 😄

BrianHicks commented 6 years ago

thanks for the fix!