Idris2
Idris2 copied to clipboard
Show module docstring for namespace indexes
- [x] I have read CONTRIBUTING.md.
- [x] I have checked that there is no existing PR/issue about my proposal.
Summary
| Before | After |
|---|---|
Motivation
| Hoogle | Idris2 |
|---|---|
search result on hoogle shows module summary, which is very helpful for beginners.
The proposal
As shown in summary, provide brief summary for each modules.
Technical implementation
- use module docstring
||| Types and functions for reasoning about time.
module System.Clock
will output Types and functions for reasoning about time.
- add it to resulting html.
- truncate if it's too long.
- use
flexboxandjustify-content: space-aroundto make it pretty.