X-Git-Url: http://git.megacz.com/?p=coq-hetmet.git;a=blobdiff_plain;f=src%2FHaskProofToLatex.v;h=716a9830a6358d6f1c442004bf6e61e0e4234fc9;hp=b787d3eaca3e2c70771f09e33b51dc45c30aa442;hb=af41ffb1692ae207554342ccdc3bf73abaa75a01;hpb=16fef762b0a81544a31b6392059d148431e984be diff --git a/src/HaskProofToLatex.v b/src/HaskProofToLatex.v index b787d3e..716a983 100644 --- a/src/HaskProofToLatex.v +++ b/src/HaskProofToLatex.v @@ -189,11 +189,9 @@ Fixpoint nd_ruleToRawLatexMath {h}{c}(r:Rule h c) : string := | RAppCo _ _ _ _ _ _ _ _ _ => "AppCo" | RAbsCo _ _ _ _ _ _ _ _ => "AbsCo" | RApp _ _ _ _ _ _ _ => "App" - | RLet _ _ _ _ _ _ _ => "Let" - | RCut _ _ _ _ _ _ _ => "Cut" + | RCut _ _ _ _ _ _ _ _ => "Cut" | RLeft _ _ _ _ _ _ => "Left" | RRight _ _ _ _ _ _ => "Right" - | RWhere _ _ _ _ _ _ _ _ => "Where" | RLetRec _ _ _ _ _ _ => "LetRec" | RCase _ _ _ _ _ _ _ _ => "Case" | RBrak _ _ _ _ _ _ => "Brak"