Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit fb19e37

Browse files
committed
reorder tool
1 parent e95aade commit fb19e37

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

docs/Tools.md

+26-26
Original file line numberDiff line numberDiff line change
@@ -37,31 +37,6 @@
3737
([hackage](http://hackage.haskell.org/package/hfmt),
3838
[github](https://github.com/danstiner/hfmt))
3939

40-
#### Ctags generation
41-
42-
* `codex`: A ctags file generator for cabal/stack project dependencies -
43-
([github](https://github.com/aloiscochard/codex),
44-
[hackage](https://hackage.haskell.org/package/codex))
45-
* `hasktags`: Produces ctags tags and etags TAGS files for Haskell programs -
46-
([github](https://github.com/MarcWeber/hasktags),
47-
[hackage](https://hackage.haskell.org/package/hasktags))
48-
* :skull: `lushtags`: ... -
49-
([github](https://github.com/bitc/lushtags))
50-
* :skull: `gasbag`: ... -
51-
([github](http://kingfisher.nfshost.com/sw/gasbag))
52-
* :skull: `hothasktags`: ... -
53-
([github](http://hackage.haskell.org/package/hothasktags))
54-
55-
#### Code Generation
56-
57-
* `djinn`: Generate Haskell code from a type -
58-
([github](https://github.com/augustss/djinn),
59-
[hackage](https://hackage.haskell.org/package/djinn),
60-
[lambda-the-ultimate](http://lambda-the-ultimate.org/node/1178))
61-
* `exference`: Haskell tool to generate expressions from types.
62-
[github](https://github.com/lspitzner/exference/)
63-
[pdf](https://github.com/lspitzner/exference-paper/raw/master/exference.pdf)
64-
6540
#### Documentation generation / lookup
6641

6742
* `haddock`: A Haskell Documentation generation Tool -
@@ -81,7 +56,7 @@
8156
([github](https://github.com/sol/doctest),
8257
[hackage](https://hackage.haskell.org/package/doctest))
8358

84-
#### REPL
59+
#### console / REPL
8560

8661
* `ghci`: ...
8762
* `ghci-ng`: ...
@@ -104,6 +79,31 @@
10479
* :skull: `scion`: Haskell IDE library -
10580
([hackage](https://hackage.haskell.org/package/scion))
10681

82+
#### Ctags generation
83+
84+
* `codex`: A ctags file generator for cabal/stack project dependencies -
85+
([github](https://github.com/aloiscochard/codex),
86+
[hackage](https://hackage.haskell.org/package/codex))
87+
* `hasktags`: Produces ctags tags and etags TAGS files for Haskell programs -
88+
([github](https://github.com/MarcWeber/hasktags),
89+
[hackage](https://hackage.haskell.org/package/hasktags))
90+
* :skull: `lushtags`: ... -
91+
([github](https://github.com/bitc/lushtags))
92+
* :skull: `gasbag`: ... -
93+
([github](http://kingfisher.nfshost.com/sw/gasbag))
94+
* :skull: `hothasktags`: ... -
95+
([github](http://hackage.haskell.org/package/hothasktags))
96+
97+
#### Code Generation
98+
99+
* `djinn`: Generate Haskell code from a type -
100+
([github](https://github.com/augustss/djinn),
101+
[hackage](https://hackage.haskell.org/package/djinn),
102+
[lambda-the-ultimate](http://lambda-the-ultimate.org/node/1178))
103+
* `exference`: Haskell tool to generate expressions from types.
104+
[github](https://github.com/lspitzner/exference/)
105+
[pdf](https://github.com/lspitzner/exference-paper/raw/master/exference.pdf)
106+
107107
#### Others / Not yet classified
108108

109109
* `hscope`: partial cscope line oriented mode reimplementation for Haskell code -

0 commit comments

Comments
 (0)