Logic & Foundations with Haskell: Haskell 1 :: Setup

I explain how to install the GHC interpreter and integrate it with Visual Studio Code.
00:00 Introduction
00:26 Installing Visual Studio Code
00:42 Installing GHCup
03:32 Setting up VSCode extensions
04:21 Testing the installation and standard workflow
11:01 Feature demonstration
The playlist for the course can be found here: • Logic & Foundations wi...

Пікірлер: 2

  • @saniaramadhini2402
    @saniaramadhini240210 ай бұрын

    when i hover the cursor to the function, it didnt lead to the documentation link. How to make the documentation link appear?

  • @mariusfurter

    @mariusfurter

    10 ай бұрын

    That feature requires the Haskel language server (which you can select during the Haskel installation with GHCup) and the VS code extension. If you have both of these installed and it still doesn't work, there might be a setting in VS code that you can change. However, it is not that bad if it does not work. You can look up the documentation of any function by searching for it on Hoogle hoogle.haskell.org.