index
:
pez
master
toy interpreter
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pez.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'pez.h')
-rw-r--r--
pez.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/pez.h b/pez.h
index 4edc0df..e802d26 100644
--- a/
pez.h
+++ b/
pez.h
@@ -20,6 +20,7 @@ enum {
PEZ_TTuple,
PEZ_TRecord,
PEZ_TArray,
+ PEZ_TDilambda
};
typedef enum PezError {