[Haskell-cafe] lhs2TeX \eval{} problem
Tom Lokhorst
tom at lokhorst.eu
Tue Mar 2 14:52:40 EST 2010
Hello,
I'm having a problem with lhs2Tex and \eval{}. It doesn't work.
I have the following in a file test.lhs:
--------------------------------
%include polycode.fmt
One
%option ghci
Two
\eval{4}
Three
--------------------------------
When I try to run this file through lhs2Tex, it crashes:
> lhs2Tex test.lhs
... polycode junk removed ...
One
%option ghci
Two
lhs2TeX: fd:7: hGetLine: end of file
--------------------------------
Has someone encountered this problem before, or knows how to solve this?
- Tom Lokhorst
More information about the Haskell-Cafe
mailing list