• 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

修订版773c469efe206f3b4f8cd24084249d2b33742bd9 (tree)
时间2021-08-26 05:59:01
作者Corbin <cds@corb...>
CommiterCorbin

Log Message

movelist: Remove dependency on matchable.

And remove it from the shell too.

更改概述

差异

--- a/movelist.scm
+++ b/movelist.scm
@@ -1,5 +1,4 @@
11 (import (chicken process-context))
2-(import (matchable))
32 (import (mini-kanren))
43
54 ; Relate a Cammy expression to its input and output types.
--- a/shell.nix
+++ b/shell.nix
@@ -8,7 +8,7 @@ in pkgs.stdenv.mkDerivation {
88 gdb
99 # debugging stub.scm
1010 chicken rlwrap ] ++
11- (with chickenPackages.chickenEggs; [ srfi-189 matchable mini-kanren ]) ++ [
11+ (with chickenPackages.chickenEggs; [ srfi-189 mini-kanren ]) ++ [
1212 # maintaining frame/
1313 ocamlformat
1414 # debugging stub.ml