Skip to content

Commit

Permalink
examples: fixed demo.ml so that it compiles with an installed OCamlGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
backtracking committed Apr 12, 2016
1 parent fc25af8 commit 7f1f800
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

* marks some incompatible change

o fixed examples/demo.ml so that it also compiles with an installed OCamlGraph
o [Components] fixed stack overflow with [scc] (patch by Albin Coquereau)
o [Dominator] fixed stack overflow (patch by Albin Coquereau)
o new functor [Path.Johnson] to compute all pairs of shortest paths
Expand Down
2 changes: 0 additions & 2 deletions examples/demo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
(* *)
(**************************************************************************)

open Rand

open Sys
open Format
open Graph
Expand Down

0 comments on commit 7f1f800

Please sign in to comment.