[honu] accidentally added these files, so removing them

This commit is contained in:
Jon Rafkind 2011-08-19 17:21:56 -06:00
parent 242337286d
commit 758edda5ce
3 changed files with 0 additions and 14 deletions

View File

@ -1,6 +0,0 @@
#lang honu
if true then
5
else
9

View File

@ -1,5 +0,0 @@
#lang honu
[x + 2: x <- [1, 2, 3]];
[x + y: x <- [1, 2, 3], y <- [5, 6, 7]]

View File

@ -1,3 +0,0 @@
#lang honu
function(x){ x + 1 } map 1 :: 2 :: 3 :: null;