Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinborner committed May 17, 2024
1 parent 8044eb9 commit 001e80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions samples/fun/goldbach.bruijn
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Tromp's version, will reduce to [0] iff Goldbach conjecture is false

:import std/Combinator .

zero [[1]]
Expand Down
2 changes: 1 addition & 1 deletion samples/fun/huge.bruijn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# some of the fastest growing functions per blc length

# 55 bits inflating to 65536 bits, John Tromp
huge-55 [[0 0 0 0 [[0 [[0]] 1]]] (+2u)
huge-55 [[0 0 0 0 [[0 [[0]] 1]]] (+2u)]

# 64 bits inflating to ??? bits, John Tromp
huge-64 [0 0 h 0 0 0] (+2u)
Expand Down

0 comments on commit 001e80a

Please sign in to comment.