add ToLatex instance for TyCon/TyFun
[coq-hetmet.git] / src / HaskProofToLatex.v
index fab70fe..d99469c 100644 (file)
@@ -27,10 +27,6 @@ Section HaskProofToLatex.
   Definition FreshM' := FMT freshM.
   Instance FreshMon' : Monad FreshM' := FMT_Monad freshM.
   
-  Instance ToLatexTyCon : ToLatex TyCon.
-    admit.
-    Defined.
-
   Fixpoint typeToLatex (needparens:bool){κ}(t:RawHaskType TV κ) {struct t} : FMT freshM Latex :=
     match t with
     | TVar    _ v        => return toLatex v