Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpouzet committed Oct 30, 2024
1 parent f5c9a76 commit 5d2a66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/compiler/main/compiler.ml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ let compile modname filename =
let p = do_step "Mark functions calls to be inlined. See below:"
Printer.program Markfunctions.program p in

let _ = Zelus.show_program in

(* source-to-source transformations *)

(* defines the initial global environment for values *)
Expand Down
4 changes: 2 additions & 2 deletions zelus.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opam-version: "2.2"
opam-version: "2.2.1"
version: "3.0"
synopsis: "A synchronous language with ODEs"
authors: [
Expand All @@ -16,7 +16,7 @@ depends: [
"menhir" {>= "20240715"}
"alcotest" {with-test}
]
depopts: ["sundialsml"]
depopts: []
build: [
["dune" "subst"] {dev}
[
Expand Down

0 comments on commit 5d2a66b

Please sign in to comment.