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

https://github.com/smeghead/haskell-practice


https://github.com/smeghead/haskell-practice

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# haskell-practice

## Development

```
docker run --rm -it -v $(pwd):/usr/src -w /usr/src haskell:9 bash
```

## Haskell入門

https://qiita.com/arowM/items/9ebfb7cafecd99290663