Skip to content

Commit

Permalink
Fix mosml error in open tweaks from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Mar 8, 2025
1 parent 5ede243 commit 59e696b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions std.prelude
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,8 @@ structure HOL_Interactive : sig
val noisy_open : bool ref
end =
struct
val last_quiet = ref true
val last_quiet = ref [true]
fun toggle_quietdec () = (
last_quiet := Meta.quietdec;
Meta.quietdec := not (!Meta.quietdec) ;
!Meta.quietdec
)
Expand Down

0 comments on commit 59e696b

Please sign in to comment.