| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Yes please, good call. |
Sorry, something went wrong.
|
The solution in bc3cc4e is not very elegant, but works. Basically the problem is, that rendering of the ChildDeclaration needs to know if the parent declaration is a TypeClass. Alternatively, I could pass the Parent declaration to Renderer.renderChildDeclaration, which might be nicer (depending on preference). |
Sorry, something went wrong.
|
This is actually quite a bit more subtle than I first expected. I think what we have here is still not quite right, for a couple of reasons:
I'm trying to come up with some convincing examples. I think the correct approach here may be to represent the entire chain as a single ChildDeclaration, and to include the entire chain on the instance list of data types whenever the data type appears at least once anywhere in the chain. |
Sorry, something went wrong.
|
New version is improved in pretty much every way:
TODO:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fix for Issue #3605
example:

Changes
Notes
Displaying the instances of a type can look weird because the else prefix has no meaning there. I would suggest hiding the else keyword when displaying anywhere except a type class context
