diff options
author | Eduardo Julian | 2021-11-19 10:14:54 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-11-19 10:14:54 -0400 |
commit | cf72ee2b6c8fe87e43f3e6553fcb13588fb560a3 (patch) | |
tree | 47adc6ccc24a9353ee993732c1e054ab378c40b6 /documentation | |
parent | ce4ffdcecd271b9cebf62d71977a2d5cb5a1a0ee (diff) |
Added tree-shaking to the compiler.
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bookmark/error_messages.md | 1 | ||||
-rw-r--r-- | documentation/bookmark/scheduling.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/tool/text_editor.md | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/documentation/bookmark/error_messages.md b/documentation/bookmark/error_messages.md index 9ad8c04f2..f3b7a3120 100644 --- a/documentation/bookmark/error_messages.md +++ b/documentation/bookmark/error_messages.md @@ -1,4 +1,5 @@ # Reference +1. [Error Messages in Haskell, and how to Improve them](https://anthony.noided.media/blog/haskell/programming/2020/05/14/haskell-errors.html) 1. [The Futhark Error Index](https://futhark-lang.org/blog/2021-09-24-the-futhark-error-index.html) diff --git a/documentation/bookmark/scheduling.md b/documentation/bookmark/scheduling.md new file mode 100644 index 000000000..1b09091b6 --- /dev/null +++ b/documentation/bookmark/scheduling.md @@ -0,0 +1,4 @@ +# Reference + +1. [The Many Uses of Schedulers](https://eruhinim.com/post/many-uses-of-schedulers/) + diff --git a/documentation/bookmark/tool/text_editor.md b/documentation/bookmark/tool/text_editor.md index 2142fa0be..f835ab41f 100644 --- a/documentation/bookmark/tool/text_editor.md +++ b/documentation/bookmark/tool/text_editor.md @@ -169,6 +169,7 @@ ## General +1. https://texteditors.org/cgi-bin/wiki.pl?EditorIndex 1. [Slate: A completely customizable framework for building rich text editors.](https://github.com/ianstormtaylor/slate) 1. [Trix: A rich text editor for everyday writing.](https://trix-editor.org/) 1. [Left](https://100r.co/site/left.html) |