summaryrefslogtreecommitdiff
path: root/src/interpreter/denotable.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpreter/denotable.ts')
-rw-r--r--src/interpreter/denotable.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interpreter/denotable.ts b/src/interpreter/denotable.ts
index 65aee86..bb520f8 100644
--- a/src/interpreter/denotable.ts
+++ b/src/interpreter/denotable.ts
@@ -21,6 +21,7 @@ export type DenotableType =
| 'null'
| 'int'
| 'real'
+ | 'bool'
| 'string'
| 'bytearray'
| 'function'