(* ========================================================================== *)
(* FLYSPECK - BOOK FORMALIZATION                                              *)
(*                                                                            *)
(* Definition: PHZVPFY                                                        *)
(* Chapter: Packing                                                           *)
(* Author: Thomas C. Hales                                                    *)
(* Date: Feb 15, 2010                                                         *)
(* ========================================================================== *)





module type Phzvpfy_def_type = sig
  val PHZVPFY : thm
end;;

flyspeck_needs "general/sphere.hl";;

module Phzvpfy : Phzvpfy_def_type = struct

 let PHZVPFY = Sphere.ROGERS;;

end;;