Skip to content

Commit

Permalink
Plot pgm s works again
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Spitters committed Mar 8, 2011
1 parent 940606d commit 2814d52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion dump/dump.ml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ open Namegen
open Recordops
open Tacmach
open Coqlib
open Rawterm
open Glob_term
open Util
open Evd
open Extend
Expand Down
2 changes: 0 additions & 2 deletions examples/Circle.v
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,8 @@ Notation "░ a" := (Vcons bool false _ a) (at level 0, right associativity, onl

Definition Circle:=Eval vm_compute in (PlotPath 0 7 star (-(1)) 1 star (-(1)) 1 star 40 40 CirclePath).
Add ML Path "dump".
(* Needs fixing:
Declare ML Module "dump".
Dump Circle.
*)
(* Now have a look at plot.pgm *)
End PlotCirclePath.

Expand Down

0 comments on commit 2814d52

Please sign in to comment.