https://github.com/frege/reference
Quick Reference
https://github.com/frege/reference
Last synced: 6 days ago
JSON representation
Quick Reference
- Host: GitHub
- URL: https://github.com/frege/reference
- Owner: Frege
- Created: 2016-04-17T14:32:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-24T13:44:40.000Z (about 10 years ago)
- Last Synced: 2025-02-25T22:47:00.333Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
# Frege Quick Reference
link:https://github.com/Frege/frege[Frege] is an implementation of Haskell 2010 for the Java Virtual Machine.
link:http://haskell.org[Haskell] is a pure functional, statically typed programming language with non-strict evaluation. It is specified in detail in link:https://haskell.org/definition/haskell2010.pdf[The Haskell 2010 Report].
In the following quick reference, things are not explained thoroughly. Instead, the motto is facts, facts, facts. Often just examples are being given.