SteParser.Lex: use Natural instead of Int
Dependencies
- [2]
GMGXNJEPadd back more stuff from yanais
Change contents
- replacement in core/lib/GardGround/Utils/SteParser/Lex.hs at line 54
{ start :: {-# UNPACK #-} !Int, end :: {-# UNPACK #-} !Int{ start :: {-# UNPACK #-} !Natural, end :: {-# UNPACK #-} !Natural - replacement in core/lib/GardGround/Utils/SteParser/Lex.hs at line 73
emptyIdent :: Int -> IdentemptyIdent :: Natural -> Ident - replacement in core/lib/GardGround/Utils/SteParser/Lex.hs at line 83
peOffset :: !Int,peOffset :: !Natural, - replacement in core/lib/GardGround/Utils/SteParser/Lex.hs at line 99
shiftEnv :: (Int, Text) -> Parser' e ()shiftEnv :: (Natural, Text) -> Parser' e () - replacement in core/lib/GardGround/Utils/SteParser/Lex.hs at line 105
slen :: Text -> Intslen = C.length . U.toRepslen :: Text -> Naturalslen = toEnum . C.length . U.toRep