File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,7 @@ If you have any questions, you can:
4
4
5
5
* Join the Liquid Haskell [ slack channel] ( https://join.slack.com/t/liquidhaskell/shared_invite/enQtMjY4MTk3NDkwODE3LTFmZGFkNGEzYWRkNDJmZDQ0ZGU1MzBiZWZiZDhhNmY3YTJiMjUzYTRlNjMyZDk1NDU3ZGIxYzhlOTIzN2UxNWE )
6
6
* Mail the [ users mailing list] ( https://groups.google.com/forum/#!forum/liquidhaskell )
7
+
8
+
9
+ Alternatively, feel free to drop [ Ranjit Jhala] ( https://github.com/ranjitjhala ) or
10
+ [ Niki Vazou] ( https://github.com/nikivazou ) an email.
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ Read the below for more details on how to:
13
13
14
14
* ** Install** [ external software] ( install.md ) dependencies required by LH
15
15
* ** Install** and use LH as a [ GHC Plugin] ( plugin.md )
16
- * ** Install** and use the (legacy) LH standalone [ executable] ( legacy.md )
17
16
* Use the command line [ options] ( options.md ) supported by LH
18
17
* Write refinement type [ specifications] ( specifications.md )
19
18
Original file line number Diff line number Diff line change 1
1
site_name : LiquidHaskell
2
2
3
3
nav :
4
- - Install :
5
- - ' External Dependencies ' : install.md
6
- - ' Plugin ' : plugin.md
7
- - ' Legacy Executable ' : legacy.md
4
+ - Home : index.md
5
+ - Install : plugin.md
8
6
- Play : " https://liquid-demo.programming.systems/index.html"
9
7
- Learn :
10
8
- Blog : " https://ucsd-progsys.github.io/liquidhaskell-blog/"
11
9
- Options : options.md
12
10
- Specifications : specifications.md
13
11
- " Get Involved " : contributing.md
12
+ - " <i class='fa fa-github'></i> Github " : " https://github.com/ucsd-progsys/liquidhaskell"
13
+
14
14
15
15
theme : litera
16
16
You can’t perform that action at this time.
0 commit comments