summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Campbell2018-08-02 18:15:02 +0100
committerBrian Campbell2018-08-02 18:16:55 +0100
commitd2a01be233f1ea4bed66819096949aa4f56b2695 (patch)
treecc72842b8ab47ac6e69024630f31825e78f5fd92 /src
parent7dbc1523cdb82bdbfb9fea84b5afcdb4f6e829c2 (diff)
Coq: remove type removal holdover from Lem backend, add MIPS lemma
Diffstat (limited to 'src')
-rw-r--r--src/pretty_print_coq.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pretty_print_coq.ml b/src/pretty_print_coq.ml
index d5925dc0..93a24f4e 100644
--- a/src/pretty_print_coq.ml
+++ b/src/pretty_print_coq.ml
@@ -1311,7 +1311,7 @@ let doc_exp_lem, doc_let_lem =
let epp =
let b = match e1 with E_aux (E_if _,_) -> true | _ -> false in
let middle =
- match fst (untyp_pat pat) with
+ match pat with
| P_aux (P_wild,_) | P_aux (P_typ (_, P_aux (P_wild, _)), _) ->
string ">>"
| P_aux (P_id id,_) ->