aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEduardo Julian2020-10-14 21:48:00 -0400
committerEduardo Julian2020-10-14 21:48:00 -0400
commit440608bc32916329c9f3c0f2bd9a8d1152ed5da8 (patch)
treee27ae0f41a437c24275293b151b23e63bf938392 /documentation
parent00d5ccbc043960037f644d4ff09b6a46fd0093d0 (diff)
Gave the Location type its own module.
Diffstat (limited to '')
-rw-r--r--documentation/research/Testing.md4
-rw-r--r--documentation/research/text_editor & ide.md1
2 files changed, 5 insertions, 0 deletions
diff --git a/documentation/research/Testing.md b/documentation/research/Testing.md
index 6d6e57f1a..32d47ea8d 100644
--- a/documentation/research/Testing.md
+++ b/documentation/research/Testing.md
@@ -1,3 +1,7 @@
+# Concolic Testing
+
+1. [Robby Findler: Concolic Testing with Higher-Order Inputs](https://www.youtube.com/watch?v=aO9nOCqNdfQ)
+
# Symbolic
1. [Crux](https://crux.galois.com/)
diff --git a/documentation/research/text_editor & ide.md b/documentation/research/text_editor & ide.md
index 3b176f504..2240fac6c 100644
--- a/documentation/research/text_editor & ide.md
+++ b/documentation/research/text_editor & ide.md
@@ -205,6 +205,7 @@
## Structured editing
+1. [Towards Tactic Metaprogramming in Haskell](https://reasonablypolymorphic.com/blog/towards-tactics/index.html)
1. https://github.com/Raathigesh/waypoint
1. [Going beyond regular expressions with structural code search](https://about.sourcegraph.com/blog/going-beyond-regular-expressions-with-structural-code-search)
1. [俺のlisp](https://github.com/illiichi/orenolisp)