Allow the Haskell implementation to run under Hugs.
Chris Pressey
1 year, 14 days ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
impl/zowie-hs/src/Language/ZOWIE/State.hs
less
more
0
0
module Language.ZOWIE.State where
1
1
2
import qualified Data.Map.Strict as Map
2
import qualified Data.Map as Map
3
3
4
4
5
5
type Addr = Integer