]> matita.cs.unibo.it Git - helm.git/blobdiff - components/acic_procedural/proceduralTypes.ml
Much ado about nothing:
[helm.git] / components / acic_procedural / proceduralTypes.ml
index b4d88169af438c267948b0c382114856ad2b9c05..8dac90f26bde2c20a7d9e0a5ebee5adcc986960e 100644 (file)
@@ -98,6 +98,7 @@ let mk_arel i b = Cic.ARel ("", "", i, b)
 
 (* grafite ast constructors *************************************************)
 
+(*
 let floc = H.dummy_floc
 
 let mk_note str = G.Comment (floc, G.Note (floc, str))
@@ -201,6 +202,8 @@ and render_steps sep a = function
       render_steps sep (render_step (Some mk_dot) a p) ps
 
 let render_steps a = render_steps None a
+*)
+let render_steps sep a = assert false
 
 (* counting *****************************************************************)