Just use plain ol' Data.Map, for compatibility with ancientness.
Chris Pressey
1 year, 9 days ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
src/Language/Oxcart/Store.hs
less
more
0
0
module Language.Oxcart.Store where
1
1
2
import qualified Data.Map.Strict as Map
2
import qualified Data.Map as Map
3
3
4
4
5
5
data Elem = Num Int