summaryrefslogtreecommitdiff
path: root/src/Pure.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-27 15:26:20 +0100
committerSon Ho2022-01-27 15:26:20 +0100
commitc821fff1b512e66f0aa588c38f952045084777ac (patch)
tree60f148fd44df9fe3819bb487d854ff6c3bf8ff3c /src/Pure.ml
parentf26e6a3f00efd3f4e178c8731ddec403887caa37 (diff)
Add more printing facilities and fix minor bugs
Diffstat (limited to '')
-rw-r--r--src/Pure.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Pure.ml b/src/Pure.ml
index b7a61ab0..0016aedb 100644
--- a/src/Pure.ml
+++ b/src/Pure.ml
@@ -227,6 +227,7 @@ type inst_fun_sig = { inputs : ty list; outputs : ty list }
type fun_def = {
def_id : FunDefId.id;
+ back_id : T.RegionGroupId.id option;
basename : name;
(** The "base" name of the function.