Skip to content

Commit

Permalink
ensure experiment binary can be compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Oct 1, 2023
1 parent 95e4b27 commit 7925e92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,6 +6,7 @@
*.vos
*.vok
*~
*.install
.Makefile.coq.d
Makefile.coq
Makefile.coq.bak
Expand Down
2 changes: 2 additions & 0 deletions src/bench/dune
Expand Up @@ -9,5 +9,7 @@
(executable
(name experiment)
(flags :standard -w -33-35)
;(public_name chaparExperiment)
(libraries utils)
;(package coq-chapar-stores)
(modules experiment))
4 changes: 2 additions & 2 deletions src/bench/experiment.ml
@@ -1,6 +1,6 @@
(* open Printf *)
open Configuration
open ReadConfig
open Utils.Configuration
open Utils.ReadConfig
open String

let _ =
Expand Down

0 comments on commit 7925e92

Please sign in to comment.