Skip to content

Commit

Permalink
fix: don't show noisy dumps during build
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen committed Mar 5, 2024
1 parent 4bb7a97 commit 5052542
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/examples/SubVerso/Examples.lean
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,10 @@ def wxyz (n : Nat) := 1 + 3 + n
def xyz (n : Nat) := 1 + %ex{test2}{3 + n}
%end

--%process_highlights

-- %example test
-- #eval 5
-- %end

-- %dump test
%dump test3.test2
%dump test3
-- %dump test3.test2
-- %dump test3

0 comments on commit 5052542

Please sign in to comment.