Skip to content

Commit 513d9f8

Browse files
committed
Added some overlooked imports
1 parent 8586696 commit 513d9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/Lexer.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Control.Monad.Except
1616
import Data.Char (isSpace, toLower)
1717
import Data.List (dropWhileEnd)
1818
import Data.Char ( chr )
19-
import Numeric ( readDec, readBin )
19+
import Numeric ( readDec, readBin, readOct, readHex )
2020
import Control.Monad (when)
2121
}
2222

0 commit comments

Comments
 (0)