summaryrefslogtreecommitdiff
path: root/.hypothesis/examples
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2017-11-13 20:44:23 -0500
committerOwen Jacobson <owen@grimoire.ca>2017-11-13 20:55:36 -0500
commitedb9ab3157eb4cdb5e03e106c400b4d7b22c4455 (patch)
tree30c75857adad22dd7aaf58f111a30ccd4541c11c /.hypothesis/examples
parente4fe023a5748eff607739c8b0a1e749d2bc587a7 (diff)
Compile lambdas on evaluation, not on execution.
This cuts down the cost of calling a function, as it now reuses an existing continuation rather than reconstructing the continuation for each call. Tail calls are now slightly more explicit.
Diffstat (limited to '.hypothesis/examples')
-rw-r--r--.hypothesis/examples/17015ad1b47afd98/04cd75f4500229f71
-rw-r--r--.hypothesis/examples/17015ad1b47afd98/2f292b4e710e8682bin0 -> 5 bytes
-rw-r--r--.hypothesis/examples/17015ad1b47afd98/3c306aae35f9118a1
-rw-r--r--.hypothesis/examples/17015ad1b47afd98/49e6f38c5cc772ecbin0 -> 28 bytes
-rw-r--r--.hypothesis/examples/17015ad1b47afd98/69b43aa9ca8c9717bin27 -> 0 bytes
-rw-r--r--.hypothesis/examples/17015ad1b47afd98/9430c84dca3c0657bin137 -> 0 bytes
-rw-r--r--.hypothesis/examples/17015ad1b47afd98/99f5153a6bf37865bin13 -> 0 bytes
-rw-r--r--.hypothesis/examples/17015ad1b47afd98/9b99593353a610c4bin0 -> 2 bytes
-rw-r--r--.hypothesis/examples/17015ad1b47afd98/ae775858a7e56781bin0 -> 6 bytes
-rw-r--r--.hypothesis/examples/17015ad1b47afd98/c92920944247d80c1
-rw-r--r--.hypothesis/examples/17015ad1b47afd98/f0784713cbccb2441
-rw-r--r--.hypothesis/examples/17015ad1b47afd98/facfba17520f8be9bin31 -> 0 bytes
-rw-r--r--.hypothesis/examples/641567e7f1117698/089136b03318a8aebin15 -> 0 bytes
-rw-r--r--.hypothesis/examples/641567e7f1117698/3923acd66c0b7e181
-rw-r--r--.hypothesis/examples/641567e7f1117698/5e762c293b8926eabin0 -> 11 bytes
-rw-r--r--.hypothesis/examples/641567e7f1117698/5ec5c4954a59b6a4bin0 -> 13 bytes
-rw-r--r--.hypothesis/examples/641567e7f1117698/824e5f0d698637521
-rw-r--r--.hypothesis/examples/641567e7f1117698/b6420ce3b52b1ab7bin0 -> 28 bytes
-rw-r--r--.hypothesis/examples/641567e7f1117698/d1f7b282fca409b2bin0 -> 57 bytes
19 files changed, 2 insertions, 4 deletions
diff --git a/.hypothesis/examples/17015ad1b47afd98/04cd75f4500229f7 b/.hypothesis/examples/17015ad1b47afd98/04cd75f4500229f7
deleted file mode 100644
index 51140b6..0000000
--- a/.hypothesis/examples/17015ad1b47afd98/04cd75f4500229f7
+++ /dev/null
@@ -1 +0,0 @@
-] \ No newline at end of file
diff --git a/.hypothesis/examples/17015ad1b47afd98/2f292b4e710e8682 b/.hypothesis/examples/17015ad1b47afd98/2f292b4e710e8682
new file mode 100644
index 0000000..b647d27
--- /dev/null
+++ b/.hypothesis/examples/17015ad1b47afd98/2f292b4e710e8682
Binary files differ
diff --git a/.hypothesis/examples/17015ad1b47afd98/3c306aae35f9118a b/.hypothesis/examples/17015ad1b47afd98/3c306aae35f9118a
deleted file mode 100644
index f2bd8ef..0000000
--- a/.hypothesis/examples/17015ad1b47afd98/3c306aae35f9118a
+++ /dev/null
@@ -1 +0,0 @@
- jN \ No newline at end of file
diff --git a/.hypothesis/examples/17015ad1b47afd98/49e6f38c5cc772ec b/.hypothesis/examples/17015ad1b47afd98/49e6f38c5cc772ec
new file mode 100644
index 0000000..5c100e8
--- /dev/null
+++ b/.hypothesis/examples/17015ad1b47afd98/49e6f38c5cc772ec
Binary files differ
diff --git a/.hypothesis/examples/17015ad1b47afd98/69b43aa9ca8c9717 b/.hypothesis/examples/17015ad1b47afd98/69b43aa9ca8c9717
deleted file mode 100644
index 9398068..0000000
--- a/.hypothesis/examples/17015ad1b47afd98/69b43aa9ca8c9717
+++ /dev/null
Binary files differ
diff --git a/.hypothesis/examples/17015ad1b47afd98/9430c84dca3c0657 b/.hypothesis/examples/17015ad1b47afd98/9430c84dca3c0657
deleted file mode 100644
index bd07345..0000000
--- a/.hypothesis/examples/17015ad1b47afd98/9430c84dca3c0657
+++ /dev/null
Binary files differ
diff --git a/.hypothesis/examples/17015ad1b47afd98/99f5153a6bf37865 b/.hypothesis/examples/17015ad1b47afd98/99f5153a6bf37865
deleted file mode 100644
index 8b5421a..0000000
--- a/.hypothesis/examples/17015ad1b47afd98/99f5153a6bf37865
+++ /dev/null
Binary files differ
diff --git a/.hypothesis/examples/17015ad1b47afd98/9b99593353a610c4 b/.hypothesis/examples/17015ad1b47afd98/9b99593353a610c4
new file mode 100644
index 0000000..5407bf3
--- /dev/null
+++ b/.hypothesis/examples/17015ad1b47afd98/9b99593353a610c4
Binary files differ
diff --git a/.hypothesis/examples/17015ad1b47afd98/ae775858a7e56781 b/.hypothesis/examples/17015ad1b47afd98/ae775858a7e56781
new file mode 100644
index 0000000..ec47c8b
--- /dev/null
+++ b/.hypothesis/examples/17015ad1b47afd98/ae775858a7e56781
Binary files differ
diff --git a/.hypothesis/examples/17015ad1b47afd98/c92920944247d80c b/.hypothesis/examples/17015ad1b47afd98/c92920944247d80c
deleted file mode 100644
index 03afaa5..0000000
--- a/.hypothesis/examples/17015ad1b47afd98/c92920944247d80c
+++ /dev/null
@@ -1 +0,0 @@
- \ No newline at end of file
diff --git a/.hypothesis/examples/17015ad1b47afd98/f0784713cbccb244 b/.hypothesis/examples/17015ad1b47afd98/f0784713cbccb244
new file mode 100644
index 0000000..c835d02
--- /dev/null
+++ b/.hypothesis/examples/17015ad1b47afd98/f0784713cbccb244
@@ -0,0 +1 @@
+ \ No newline at end of file
diff --git a/.hypothesis/examples/17015ad1b47afd98/facfba17520f8be9 b/.hypothesis/examples/17015ad1b47afd98/facfba17520f8be9
deleted file mode 100644
index 5f2dd82..0000000
--- a/.hypothesis/examples/17015ad1b47afd98/facfba17520f8be9
+++ /dev/null
Binary files differ
diff --git a/.hypothesis/examples/641567e7f1117698/089136b03318a8ae b/.hypothesis/examples/641567e7f1117698/089136b03318a8ae
deleted file mode 100644
index af43500..0000000
--- a/.hypothesis/examples/641567e7f1117698/089136b03318a8ae
+++ /dev/null
Binary files differ
diff --git a/.hypothesis/examples/641567e7f1117698/3923acd66c0b7e18 b/.hypothesis/examples/641567e7f1117698/3923acd66c0b7e18
new file mode 100644
index 0000000..70f3b85
--- /dev/null
+++ b/.hypothesis/examples/641567e7f1117698/3923acd66c0b7e18
@@ -0,0 +1 @@
+  \ No newline at end of file
diff --git a/.hypothesis/examples/641567e7f1117698/5e762c293b8926ea b/.hypothesis/examples/641567e7f1117698/5e762c293b8926ea
new file mode 100644
index 0000000..cdf9180
--- /dev/null
+++ b/.hypothesis/examples/641567e7f1117698/5e762c293b8926ea
Binary files differ
diff --git a/.hypothesis/examples/641567e7f1117698/5ec5c4954a59b6a4 b/.hypothesis/examples/641567e7f1117698/5ec5c4954a59b6a4
new file mode 100644
index 0000000..e915073
--- /dev/null
+++ b/.hypothesis/examples/641567e7f1117698/5ec5c4954a59b6a4
Binary files differ
diff --git a/.hypothesis/examples/641567e7f1117698/824e5f0d69863752 b/.hypothesis/examples/641567e7f1117698/824e5f0d69863752
deleted file mode 100644
index 54c356a..0000000
--- a/.hypothesis/examples/641567e7f1117698/824e5f0d69863752
+++ /dev/null
@@ -1 +0,0 @@
-hFU3d&rd \ No newline at end of file
diff --git a/.hypothesis/examples/641567e7f1117698/b6420ce3b52b1ab7 b/.hypothesis/examples/641567e7f1117698/b6420ce3b52b1ab7
new file mode 100644
index 0000000..798716b
--- /dev/null
+++ b/.hypothesis/examples/641567e7f1117698/b6420ce3b52b1ab7
Binary files differ
diff --git a/.hypothesis/examples/641567e7f1117698/d1f7b282fca409b2 b/.hypothesis/examples/641567e7f1117698/d1f7b282fca409b2
new file mode 100644
index 0000000..5d072ed
--- /dev/null
+++ b/.hypothesis/examples/641567e7f1117698/d1f7b282fca409b2
Binary files differ