aboutsummaryrefslogtreecommitdiff
path: root/theories/Program/Program.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Program/Program.v')
-rw-r--r--theories/Program/Program.v4
1 files changed, 3 insertions, 1 deletions
diff --git a/theories/Program/Program.v b/theories/Program/Program.v
index 4d92be3c5d..b6c3031e73 100644
--- a/theories/Program/Program.v
+++ b/theories/Program/Program.v
@@ -2,4 +2,6 @@ Require Export Coq.Program.Utils.
Require Export Coq.Program.Wf.
Require Export Coq.Program.Equality.
Require Export Coq.Program.Subset.
-Require Export Coq.Program.Basics. \ No newline at end of file
+Require Export Coq.Program.Basics.
+Require Export Coq.Program.Combinators.
+Require Export Coq.Program.Syntax. \ No newline at end of file