Skip to content

Commit

Permalink
feature(coq): support for inter-project composition of theories
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <alizter@gmail.com>
  • Loading branch information
Alizter committed May 31, 2022
1 parent eb54e29 commit 4aafc42
Show file tree
Hide file tree
Showing 126 changed files with 888 additions and 342 deletions.
1 change: 1 addition & 0 deletions bin/coqtop.ml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ let term =
in
let* (_ : unit * Dep.Fact.t Dep.Map.t) =
let deps =
let boot_type = Resolve.Memo.return boot_type in
Dune_rules.Coq_rules.deps_of ~dir ~boot_type coq_module
in
Action_builder.run deps Eager
Expand Down
1 change: 1 addition & 0 deletions bin/import.ml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module Workspace = Dune_rules.Workspace
module Cached_digest = Dune_engine.Cached_digest
module Targets = Dune_engine.Targets
module Profile = Dune_rules.Profile
module Resolve = Dune_rules.Resolve
module Log = Dune_util.Log
module Dune_rpc = Dune_rpc_private
module Graph = Dune_graph.Graph
Expand Down
Loading

0 comments on commit 4aafc42

Please sign in to comment.