Skip to content

Commit

Permalink
updated type annotations of ignore commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cakoch10 committed Dec 8, 2019
1 parent 6a362df commit 1047a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netkat.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: "A clean slate implementation of NetKAT"
depends: [
"async" {>= "0.12.0"}
"ocaml" {>= "4.07.0"}
"dune" {build & >= "1.10"}
"dune" {>= "1.10"}
"menhir" {build & >= "20190626"}
"base" {>= "v0.12.0"}
"core" {>= "v0.12.0"}
Expand Down
2 changes: 1 addition & 1 deletion src/repl/repl_katbv.ml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ let eval (env, env_str) =
List.map lst ~f:(fun (a,b) ->
printf "%s=%s\n%!" a b
)
) : unit)
) : unit list list)


let equiv (p1, s1) (p2, s2) =
Expand Down

0 comments on commit 1047a13

Please sign in to comment.