# has **Repository Path**: prg.com/has ## Basic Information - **Project Name**: has - **Description**: No description available - **Primary Language**: Haskell - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-12-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Functional Programming in Haskell and OCaml by Examples
The purpose of this tutorial is to illustrate functional programming concepts in the Haskell programming language by providing reusable and useful snippets of code, examples, case studies, and applications. This repository is dedicated to public domain which means that you can use it in whatever way you wish without ask any permission.
You can access this page from:
Summary
Haskell Libraries
Useful Custom Functions/ Iterators and Operators
Applications
Miscellaneous
Documentation and Learning Materials
Papers in this Repository
Notes
The code snippets with the '>' symbol were run in the interactive Haskell Shell (GHCi) and the lines below without the '>' symbol are the output.