diff options
author | David Robillard <d@drobilla.net> | 2010-04-08 20:09:16 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-04-08 20:09:16 +0000 |
commit | 55b6a3f313670d2cb13847d1f1b04fe3e4b21d63 (patch) | |
tree | 200b7dbe00107507e8111b07747bef2cd3f6a958 /test | |
parent | 9d9fa6162295f3813d20f7a3ad4e07ccd6087c3c (diff) | |
download | resp-55b6a3f313670d2cb13847d1f1b04fe3e4b21d63.tar.gz resp-55b6a3f313670d2cb13847d1f1b04fe3e4b21d63.tar.bz2 resp-55b6a3f313670d2cb13847d1f1b04fe3e4b21d63.zip |
Tuplr -> Resp (RESource Processing).
git-svn-id: http://svn.drobilla.net/resp/resp@252 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'test')
-rw-r--r-- | test/ack.resp (renamed from test/ack.tpr) | 0 | ||||
-rw-r--r-- | test/def.resp (renamed from test/def.tpr) | 0 | ||||
-rw-r--r-- | test/fac.resp (renamed from test/fac.tpr) | 0 | ||||
-rw-r--r-- | test/intro.resp (renamed from test/intro.tpr) | 4 | ||||
-rw-r--r-- | test/nest.resp (renamed from test/nest.tpr) | 0 | ||||
-rw-r--r-- | test/poly.resp (renamed from test/poly.tpr) | 0 | ||||
-rw-r--r-- | test/tup.resp (renamed from test/tup.tpr) | 0 |
7 files changed, 2 insertions, 2 deletions
diff --git a/test/ack.tpr b/test/ack.resp index 76fb397..76fb397 100644 --- a/test/ack.tpr +++ b/test/ack.resp diff --git a/test/def.tpr b/test/def.resp index dd9a0c8..dd9a0c8 100644 --- a/test/def.tpr +++ b/test/def.resp diff --git a/test/fac.tpr b/test/fac.resp index 0fb687c..0fb687c 100644 --- a/test/fac.tpr +++ b/test/fac.resp diff --git a/test/intro.tpr b/test/intro.resp index 73a21bb..bf8d8c8 100644 --- a/test/intro.tpr +++ b/test/intro.resp @@ -2,7 +2,7 @@ ;;; Data types -; Tuplr uses algebraic datatypes which can also be used in an +; Resp uses algebraic datatypes which can also be used in an ; object based style with more flexibility than typical of ; languages with algebraic datatypes ; @@ -88,7 +88,7 @@ ;; Everything Is A ... -; Everything in Tuplr is a closure. Records are simply closures with some +; Everything in Resp is a closure. Records are simply closures with some ; internal definitions exposed (much like modules). ; Objects can be created with their constructors: diff --git a/test/nest.tpr b/test/nest.resp index 3085737..3085737 100644 --- a/test/nest.tpr +++ b/test/nest.resp diff --git a/test/poly.tpr b/test/poly.resp index 33922e3..33922e3 100644 --- a/test/poly.tpr +++ b/test/poly.resp diff --git a/test/tup.tpr b/test/tup.resp index 17d59cb..17d59cb 100644 --- a/test/tup.tpr +++ b/test/tup.resp |