At 10:19 AM 12/2/97 -0500, you wrote:
>
>I'm not seeing this problem on my machine (80686/Linux).
>Can you send in a full bug report including a complete
> transcript and a description of your OS, your compiler
> and your configuration options.
>
>Alastair

I'd be glad to. Sorry this wasn't included earlier -- as a former
compiler implementer I should know better, but it's surprising to
me that this should be OS-dependent.

I've got the binary distribution for Windows 32, hugs32.zip.
It contains hugs.exe, winhugs.exe, and runhugs.exe all dated
November 18, 1997 at 11:48 P.M.  I have encountered the problem
with both winhugs and hugs, with no configuration changes.
My OS is NT Workstation 4.0. Below is a complete transcript.
                                                                -- Scott

-----------------------------------------------------------------


      ___    ___   ___    ___   __________   __________
     /  /   /  /  /  /   /  /  /  _______/  /  _______/       Hugs 1.4 beta
    /  /___/  /  /  /   /  /  /  / _____   /  /______
   /  ____   /  /  /   /  /  /  / /_   /  /______   /  The Nottingham and Yale
  /  /   /  /  /  /___/  /  /  /___/  /  _______/  /    Haskell User's System
 /__/   /__/  /_________/  /_________/  /_________/         Version 971118

   Copyright (c) The University of Nottingham and Yale University, 1994-1997.
    Bug reports: [EMAIL PROTECTED]   Web: http://www.haskell.org/hugs.

Reading file "C:\Program Files\Hugs\lib\Prelude.hs":

Hugs session for:
C:\Program Files\Hugs\lib\Prelude.hs
Type :? for help
Prelude> :load LazyST
Reading file "C:\Program Files\Hugs\lib\exts\LazyST.hs":
Reading file "C:\Program Files\Hugs\lib\exts\STBase.hs":
Reading file "C:\Program Files\Hugs\lib\Array.hs":
Reading file "C:\Program Files\Hugs\lib\Ix.hs":
Reading file "C:\Program Files\Hugs\lib\List.hs":
Reading file "C:\Program Files\Hugs\lib\Maybe.hs":
Reading file "C:\Program Files\Hugs\lib\List.hs":
Reading file "C:\Program Files\Hugs\lib\Array.hs":
Reading file "C:\Program Files\Hugs\lib\exts\STBase.hs":
Reading file "C:\Program Files\Hugs\lib\Monad.hs":
Reading file "C:\Program Files\Hugs\lib\exts\LazyST.hs":

Hugs session for:
C:\Program Files\Hugs\lib\Prelude.hs
C:\Program Files\Hugs\lib\Ix.hs
C:\Program Files\Hugs\lib\Maybe.hs
C:\Program Files\Hugs\lib\List.hs
C:\Program Files\Hugs\lib\Array.hs
C:\Program Files\Hugs\lib\exts\STBase.hs
C:\Program Files\Hugs\lib\Monad.hs
C:\Program Files\Hugs\lib\exts\LazyST.hs
LazyST> :type runST (fixST ((\x -> do return 1) :: Int -> ST s Int))
runST (fixST (\x -> do {...})) :: Int
LazyST> runST (fixST ((\x -> do return 1) :: Int -> ST s Int))
()
LazyST> :set
TOGGLES: groups begin with +/- to turn options on/off resp.
s    Print no. reductions/cells after eval
t    Print type after evaluation
f    Terminate evaluation on first error
g    Print no. cells recovered after gc
l    Literate modules as default
e    Warn about errors in literate modules
.    Print dots to show progress
q    Print nothing to show progress
w    Always show which modules are loaded
k    Show kind errors in full
u    Use "show" to display results
i    Chase imports while loading modules

OTHER OPTIONS: (leading + or - makes no difference)
hnum Set heap size (cannot be changed within Hugs)
pstr Set prompt string to str
rstr Set repeat last expression string to str
Pstr Set search path for modules to str
Estr Use editor setting given by str
Fstr Set preprocessor filter to str

Current settings: +fewui -stgl.qk -h100000 -p"%s> " -r$$
Search path     :
-P{Hugs}\lib;{Hugs}\lib\hugs;{Hugs}\lib\exts;{Hugs}\lib\win32
Editor setting  : -E"c:\\windows\notepad.exe"
Preprocessor    : -F
LazyST> 

 
--
Scott Turner
[EMAIL PROTECTED]       http://www.ma.ultranet.com/~pkturner

Reply via email to