https://github.com/smeghead/haskell-practice
https://github.com/smeghead/haskell-practice
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smeghead/haskell-practice
- Owner: smeghead
- Created: 2023-11-14T12:54:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T14:14:50.000Z (about 2 years ago)
- Last Synced: 2025-06-08T17:41:26.297Z (7 months ago)
- Language: Haskell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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