Haskellで光沢が機能していないようです。「cabal install gloss」で、すでに glos-1.8.0.1 をインストールしています。これは私の circle.hs ファイルです。
import Graphics.Gloss
main = display (InWindow "Nice Window" (200, 200) (10, 10)) white (Circle 80)
私の理解では、このファイルをghciで開くと. 「Nice Window」という名前のウィンドウがポップアップし、円がうまく描かれます。
しかし、開いてみると。これが出力です。
[1 of 1] Compiling Main C:\Users\... Path here, interpreted
Ok, modules loaded: Main.
*Main>
ghciで直接描画しようとしても
import Graphics.Gloss
picture = circle 80
戻るだろう
<interactive>:3:9 parse error on input '='