https://github.com/aiya000/haskell-examples
Example codes for Haskell libraries
https://github.com/aiya000/haskell-examples
haskell study
Last synced: 4 months ago
JSON representation
Example codes for Haskell libraries
- Host: GitHub
- URL: https://github.com/aiya000/haskell-examples
- Owner: aiya000
- License: mit
- Created: 2016-07-21T10:57:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T12:53:06.000Z (over 5 years ago)
- Last Synced: 2025-09-11T15:02:50.147Z (5 months ago)
- Topics: haskell, study
- Language: Haskell
- Homepage:
- Size: 26.9 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# haskell-examples
You can see examples of Module.Foo.Bar on `./Module/Foo/Bar.hs` or `./Module/Foo/Bar/*`.
Or
- `00_Extensions`: GHC extensions
- `01_Eta`: Eta language
- `Room`: Experimental codes