Skip to content

Commit

Permalink
Fix breakage caused by HOL-Theorem-Prover/HOL@29ebd7ceac5df
Browse files Browse the repository at this point in the history
The API for Redblackmap has become richer and now includes a filter
entry-point; this can mask List.filter, as happened here.
  • Loading branch information
mn200 committed Jan 10, 2023
1 parent d7c520f commit 395c80b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions translator/monadic/ml_monadStoreLib.sml
Expand Up @@ -14,6 +14,8 @@ open ml_monadBaseTheory ml_monad_translatorBaseTheory ml_monad_translatorTheory
open Redblackmap AC_Sort Satisfy
open ml_translatorLib

val filter = List.filter (* reverse masking by Redblackmap's filter *)

(* COPY/PASTE from other manual eval_rel proofs *)
fun derive_eval_thm for_eval v_name e = let
val env = get_ml_prog_state () |> get_env
Expand Down

0 comments on commit 395c80b

Please sign in to comment.