在拥抱中启用-98?

发布于 2024-12-17 03:23:06 字数 140 浏览 4 评论 0原文

每当我开始拥抱时,它总是说

Haskell 98 mode: Restart with command line option -98 to enable extensions

你到底是怎么做到的?

Whenever I start Hugs, it always says

Haskell 98 mode: Restart with command line option -98 to enable extensions

How exactly do you do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

吖咩 2024-12-24 03:23:06

如果您从命令行(Bash 提示符、Windows 命令提示符等)启动它,只需将命令从 ... 更改为 ... -98。 (例如,如果您一直在运行命令 haskell,那么您现在将运行命令 haskell -98。)

如果您从Windows,例如开始菜单项,您必须修改该快捷方式:右键单击,选择“属性”,然后将“目标”从 ... (无论现在是什么)更改为 <代码>...-98 (无论现在是什么,加上一个空格、一个连字符和九十八)。

If you're launching it from a command-line (Bash prompt, Windows Command Prompt, or the like), you would just change your command from ... to ... -98. (For example, if you've been running the command haskell, you would now run the command haskell -98.)

If you're launching it from a shortcut icon in Windows, such as a start-menu item, you have to modify that shortcut: right-click, select "Properties", and change "Target" from ... (whatever it is now) to ... -98 (whatever it is now, plus a space, a hyphen, and ninety-eight).

皓月长歌 2024-12-24 03:23:06

好吧,只需添加 -98 作为命令行选项...

请参阅 拥抱手册,第 7 节

Well, just add -98 as command line option ...

See Hugs manual, section 7.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文