diff options
Diffstat (limited to 'another.lux')
-rw-r--r-- | another.lux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/another.lux b/another.lux new file mode 100644 index 000000000..ff5bb6f0a --- /dev/null +++ b/another.lux @@ -0,0 +1,4 @@ + +## (ann id #type (All [x] (-> [x] x))) +(def (id x) + x) |