Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Haskell
prime
Commits
9ecd7a35
Commit
9ecd7a35
authored
Nov 07, 2006
by
Simon Marlow
Browse files
update to compile with recent Haskell compilers
parent
eee248dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/tex.hs
View file @
9ecd7a35
...
...
@@ -78,11 +78,9 @@ commands are supported but not all.
module
Main
where
import
Monad
(
foldM
)
import
IO
hiding
(
bracket
)
import
Char
(
isSpace
,
isAlpha
,
isDigit
)
import
IOExts
(
unsafePerformIO
)
-- debugging only
import
Control.Monad
(
foldM
)
import
System.IO
import
Data.Char
(
isSpace
,
isAlpha
,
isDigit
)
data
FontStyle
=
RM
|
IT
|
TT
|
Bold
|
Sym
|
UL
deriving
(
Eq
,
Show
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment