小编N. *_*ett的帖子

Agda 中数据结构的导数

I am currently implementing derivatives of regular data structures, in Agda, as presented in the One-Hole Context paper by Conor McBride [5].

In implementing it straight out of the OHC paper, which has also been done by Löh & Magalhães [3,4], we are left with the ?_? function highlighted in red, as Agda can't tell if the ? and I cases will terminate together. Löh & Magalhães made a comment of this in their repository.

Other papers have also …

termination zipper derivative agda dependent-type

10
推荐指数
1
解决办法
194
查看次数

野外拉链

我目前正在寻找Huet 拉链“在野外”的实现。

到目前为止,我发现:

是否有其他方法来实现拉链的//其他实现?

haskell functional-programming xmonad zipper agda

5
推荐指数
0
解决办法
190
查看次数