about summary refs log tree commit diff
path: root/lib/Domain.ml
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2024-02-20 12:48:36 +0100
committerMalte Voos <git@mal.tc>2024-02-20 12:48:36 +0100
commit5252fe93e5e7ef77888c06c97de4e350dce90448 (patch)
treeda057c49ece07e6fd80ec55ad59fbf337162063a /lib/Domain.ml
parent407a2a4a0a440c41adc19fbe8b67283b7b7c65ab (diff)
downloadtoytt-5252fe93e5e7ef77888c06c97de4e350dce90448.tar.gz
toytt-5252fe93e5e7ef77888c06c97de4e350dce90448.zip
nbe: quotation
Diffstat (limited to 'lib/Domain.ml')
-rw-r--r--lib/Domain.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Domain.ml b/lib/Domain.ml
index cf07a4b..88560c2 100644
--- a/lib/Domain.ml
+++ b/lib/Domain.ml
@@ -25,3 +25,7 @@ and frame =
 
 and env = value bwd
 and clos = Clos of { body : Syntax.tm; env : env }
+
+type cell = { tm : value; tp : value }
+
+let var i = Neutral (Var i, Bwd.Emp)