gpt4 book ai didi

haskell - Supero(Haskell super 编译器)的用法?

转载 作者:行者123 更新时间:2023-12-03 15:40:37 25 4
gpt4 key购买 nike

我正在看这个项目http://community.haskell.org/~ndm/supero/

我已经下载并编译了该程序,并且可以在包含的示例中使用它。但是我在我的源代码上试过了,看起来这个程序只理解 Haskell 的一个子集。

我得到了这样的东西:

supercompiler: Unhandled fromDecl: PatBind (SrcLoc {srcFilename = "unknown.hs", srcLine = 15, srcColumn = 1}) (PTuple [PVar (Ident "width"),PVar (Ident "height")]) Nothing (UnGuardedRhs (Tuple [Lit (Int 7),Lit (Int 6)])) (BDecls [])



代码可在此处获得 https://github.com/phuc/Score4-haskell/blob/master/Main.hs

我如何让 GHC 输出 Supero 理解的那种 Haskell?

非常感谢。

最佳答案

幻灯片 here似乎暗示它先跑过Yhc,然后转变成中间形式HILL(一阶Haskell Intermediate Little Language
- 见幻灯片),然后,最后,可以完成分析。

另一个幻灯片提供了这个图表:

Diagram of Compilation Process

关于haskell - Supero(Haskell super 编译器)的用法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6678271/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com