[honu] accidentally added these files, so removing them
This commit is contained in:
parent
242337286d
commit
758edda5ce
|
@ -1,6 +0,0 @@
|
|||
#lang honu
|
||||
|
||||
if true then
|
||||
5
|
||||
else
|
||||
9
|
|
@ -1,5 +0,0 @@
|
|||
#lang honu
|
||||
|
||||
[x + 2: x <- [1, 2, 3]];
|
||||
|
||||
[x + y: x <- [1, 2, 3], y <- [5, 6, 7]]
|
|
@ -1,3 +0,0 @@
|
|||
#lang honu
|
||||
|
||||
function(x){ x + 1 } map 1 :: 2 :: 3 :: null;
|
Loading…
Reference in New Issue
Block a user