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

https://github.com/frege/reference

Quick Reference
https://github.com/frege/reference

Last synced: 6 days ago
JSON representation

Quick Reference

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.