• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A categorical programming language


Commit MetaInfo

修订版a7b8dbad178781d7aae098c63cbce4942ccdca0e (tree)
时间2021-11-13 14:38:58
作者Corbin <cds@corb...>
CommiterCorbin

Log Message

Implement bounded unfolds.

更改概述

差异

--- /dev/null
+++ b/hive/fun/apppair.cammy
@@ -0,0 +1 @@
1+(comp (pair @0 @1) fun/app)
--- /dev/null
+++ b/hive/nonempty/unfold.cammy
@@ -0,0 +1,7 @@
1+(pr
2+ (fun/name (pair fst (fun/const nil)))
3+ (curry (comp
4+ (pair fun/app (comp snd snd))
5+ (pair
6+ (fun/apppair snd (comp fst fst))
7+ (comp fst cons)))))