Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
忙于发现 Haskell 库。找到用于 GUI 构建的 FLTKHS。它的示例fltks-hello-world非常适合作为发现 lib 所提供的所有内容的骨架。但是:当更改源文件 ( fltkhs-hello-world.hs) 中的任何内容时,是否需要stack build全部更改?GHCi 似乎没有掌握 FLTKHS 的进口,所以 REPL 是 IMO 没有可行的选择。对你的工作学习方式感兴趣......
fltks-hello-world
fltkhs-hello-world.hs
stack build
发现未来的构建速度更快。虽然不如 GHCi 快...