diff options
author | Eduardo Julian | 2021-07-02 03:11:36 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-07-02 03:11:36 -0400 |
commit | 5cf4efa861075f8276f43a2516f5beacaf610b44 (patch) | |
tree | e21cf528d960c29d22cbc7e41180fa09e62f16d6 /documentation/bookmark/tool | |
parent | 744ee69630de59ca3ba660b0aab6361cd17ce1b4 (diff) |
No longer employing the capabilities model on the lux/world/* modules.
Capabilities should be opt-in, but using them in the standard library makes them mandatory.
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/tool/auto_complete.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/bookmark/tool/auto_complete.md b/documentation/bookmark/tool/auto_complete.md new file mode 100644 index 000000000..06ad7b50d --- /dev/null +++ b/documentation/bookmark/tool/auto_complete.md @@ -0,0 +1,4 @@ +# Reference + +1. [Wingman for Haskell](https://haskellwingman.dev/) + |