I am not 100% sure what you are trying to do, this does not work. You cannot declare bindings in a WinHugs session, you can evaluate only complete expressions. This way you can do things like let x = 10 in x * x + x, but you cannot say let x = 10in an interactive session. In other words, you cannot make a stick declaration.
, .hs WinHugs GHCi ( , - WinHugs ). GHCi, Haskell Platform.