| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This solves an issue reported about the content looking
incredibly small on mobile devices.
|
|
|
|
|
| |
The package name element in the package-header is now a div instead of a
paragraph, and it is now above the menu ul.links instead of below.
|
|
|
|
|
|
|
|
| |
* Fix minimal pragma handling
Class declarations contain 'ClassOpSig' not 'Typesig'. This should fix #834.
* Accept html-test output
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Indicate source module of instances
Above instance, we now also display a link to the module where the
instance was defined. This is sometimes helpful in figuring out
what to import.
* Source module for type/data families too
* Remove parens
* Accept tests
|
| |
|
|
* Fix infinite loop when specializing instance heads
The bug can only be triggered from TH, hence why it went un-noticed for
so long.
* Add test for #679 and #710
|