Skip to content
#

ghc

Here are 138 public repositories matching this topic...

AndreasPK
AndreasPK commented Feb 1, 2022

When completing a type signature HLS is very conservative and always adds parentheses around the actual type.

For example something like myHead :: [a] -> _ will get a type of myHead :: [a] -> (a). Note the parentheses around the a.

While I personally don't have a big problem with this. Many of my colleagues insist on them being removed. Which usually makes these signatures easier to read

MondayMorningHaskell
MondayMorningHaskell commented Mar 9, 2021

A good alternative to having all the explanations in comments in the exercise files would be to make a Markdown file for each exercise (or possibly each category of exercises, i.e. one for each sub-directory). These files would contain the exact text from the explanation blocks except formatted to Markdown. There should also be a link in the exercise file to the Markdown and vice-versa. There shou

Improve this page

Add a description, image, and links to the ghc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ghc topic, visit your repo's landing page and select "manage topics."

Learn more