X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FHaskProofToLatex.v;h=41e857c3086dfa234c3b534d9b6315915635da4a;hb=f07414f45d72f4228c64fb62ef2268f88ed1830a;hp=1471e51ef99216243ce2f9994e83e0c428833370;hpb=539d675a181f178e24c15b2a6ad3c990492eed79;p=coq-hetmet.git diff --git a/src/HaskProofToLatex.v b/src/HaskProofToLatex.v index 1471e51..41e857c 100644 --- a/src/HaskProofToLatex.v +++ b/src/HaskProofToLatex.v @@ -18,9 +18,6 @@ Require Import HaskStrong. Require Import HaskProof. Require Import HaskCoreTypes. -(* escapifies any characters which might cause trouble for LaTeX *) -Variable sanitizeForLatex : string -> string. Extract Inlined Constant sanitizeForLatex => "sanitizeForLatex". - Open Scope string_scope. Section ToLatex.