Closed rtfeldman closed 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 😄
import Array.Hamt
import Array.Hamt as Hamt
Hamt.slice 50 100 sampleArray
thanks for the fix!
It has
import Array.Hamt
but should beimport Array.Hamt as Hamt
- the examples in the file are things likeHamt.slice 50 100 sampleArray
😄