From 8df63aae42c40ac0413ccfacc3b2e8eb72e00a15 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 4 Dec 2020 01:13:01 -0400 Subject: Re-named old luxc-jvm to lux-bootstrapper. --- documentation/bookmark/Type theory/Cost analysis.md | 4 ++++ documentation/bookmark/Type theory/Dependent types.md | 1 + documentation/bookmark/Type theory/Refinement.md | 4 ++++ documentation/bookmark/concurrency/Capsule-oriented Programming.md | 4 ++++ documentation/bookmark/text_editor & ide.md | 1 + 5 files changed, 14 insertions(+) create mode 100644 documentation/bookmark/Type theory/Cost analysis.md create mode 100644 documentation/bookmark/Type theory/Refinement.md create mode 100644 documentation/bookmark/concurrency/Capsule-oriented Programming.md (limited to 'documentation/bookmark') diff --git a/documentation/bookmark/Type theory/Cost analysis.md b/documentation/bookmark/Type theory/Cost analysis.md new file mode 100644 index 000000000..6e92c792e --- /dev/null +++ b/documentation/bookmark/Type theory/Cost analysis.md @@ -0,0 +1,4 @@ +# Reference + +1. [Liquidate Your Assets: Reasoning about Resource Usage in Liquid Haskell](http://www.cs.nott.ac.uk/~pszgmh/liquidate.pdf) + diff --git a/documentation/bookmark/Type theory/Dependent types.md b/documentation/bookmark/Type theory/Dependent types.md index 8269310db..9f8700676 100644 --- a/documentation/bookmark/Type theory/Dependent types.md +++ b/documentation/bookmark/Type theory/Dependent types.md @@ -5,6 +5,7 @@ # Reference +1. [Program = Proof](http://www.lix.polytechnique.fr/Labo/Samuel.Mimram/teaching/INF551/course.pdf) 1. [Multimodal Dependent Type Theory](https://arxiv.org/abs/2011.15021) 1. [Thorsten Altenkirch - The power of Π - Lambda Days 2020](https://www.youtube.com/watch?v=3zT5eVHpQwA) 1. [A Path To DOT: Formalizing Fully Path-Dependent Types](https://arxiv.org/abs/1904.07298) diff --git a/documentation/bookmark/Type theory/Refinement.md b/documentation/bookmark/Type theory/Refinement.md new file mode 100644 index 000000000..f0d0a1f06 --- /dev/null +++ b/documentation/bookmark/Type theory/Refinement.md @@ -0,0 +1,4 @@ +# Reference + +1. [Refinement Kinds: Type-safe Programming with Practical Type-level Computation (Extended Version)](https://arxiv.org/abs/1908.00441) + diff --git a/documentation/bookmark/concurrency/Capsule-oriented Programming.md b/documentation/bookmark/concurrency/Capsule-oriented Programming.md new file mode 100644 index 000000000..63afce9e9 --- /dev/null +++ b/documentation/bookmark/concurrency/Capsule-oriented Programming.md @@ -0,0 +1,4 @@ +# Reference + +1. [Capsule-oriented Programming](http://design.cs.iastate.edu/papers/TR-13-01/capsule-oriented.pdf) + diff --git a/documentation/bookmark/text_editor & ide.md b/documentation/bookmark/text_editor & ide.md index b39b0a075..8ffbb5bb9 100644 --- a/documentation/bookmark/text_editor & ide.md +++ b/documentation/bookmark/text_editor & ide.md @@ -213,6 +213,7 @@ ## Structured editing +1. [Dion Systems - The How And Why Of Reinventing The Wheel](https://vimeo.com/485177664) 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) -- cgit v1.2.3