Eliott Tixier
Eliott Tixier
When inserting code blocks in the Markdown document, the syntax highlighting works but the code block itself is not highlighted. Below is a sample Markdown document to illustrate my issue:...
### Your environment #### Which OS do you use? Ubuntu 20.04 #### Which version of GHC do you use and how did you install it? GHC 9.2.3 #### How is...
**Describe the bug** When there are at least two levels of re-exporting, the innermost modules do not get exported. **To Reproduce** Consider the following example: ```bazel haskell_library( name = "lib",...
All other units seem to be working fine from my experience but I encounter what looks like a bug when trying to parse decameters (1 decameter = 10 meter). Here...
Hi all, The `AssignmentCycles::determineAllDependencies()` function does not behave well with models having many parameters and rules and transitive dependencies between model constructs. Unfortunately, I cannot share any of the actual...
This Haskell code ```haskell [fmtTrim| Cannot convert formula {pretty rhs} which has unit {pretty right_unit} to\ unit {pretty left_unit} for they have different dimensions|] ``` is printed out as ```...