aboutsummaryrefslogtreecommitdiffstats
path: root/backend/LTL.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/LTL.v')
-rw-r--r--backend/LTL.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/LTL.v b/backend/LTL.v
index f20ba3fc..0dc97020 100644
--- a/backend/LTL.v
+++ b/backend/LTL.v
@@ -64,7 +64,7 @@ Record function: Set := mkfunction {
Definition fundef := AST.fundef function.
-Definition program := AST.program fundef.
+Definition program := AST.program fundef unit.
Definition funsig (fd: fundef) :=
match fd with