An open API service indexing awesome lists of open source software.

https://github.com/active-group/haskell-tutorial-bob-2020

This repository contains haskell code and technical instructions.
https://github.com/active-group/haskell-tutorial-bob-2020

Last synced: 10 months ago
JSON representation

This repository contains haskell code and technical instructions.

Awesome Lists containing this project

README

          

# haskell-tutorial-bob-2020
This repository contains Haskell code and technical instructions.

### instructions

- install [Docker](https://www.docker.com/)
- install [Visual Studio Code](https://code.visualstudio.com/download)
- install the "ghcide" extension: click on the
"Extensions" icon on the left, search for "ghcide", select
"ghcide", click on install
- install the "Remote - Containers" extension: click on the
"Extensions" icon on the left, search for "Containers", select
"Remote - Containers", click on install
- click on the files icon in the upper-left corner
- click on the "View" item, select "Command Palette", type
"containers", select "Remote - Containers: Open Folder in Container"
- select this directory and press OK
- this triggers building a Docker image; wait until it finishes

### file explanation
'MachMit' is a prepared empty file for writing code in the tutorial. In 'Spickzettel' you can look up code snippets.