mfrdbigolin / hasmath

Mathematical snippets in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hasmath: Mathematical Code Snippets in Haskell Public license

I wrote most of these modules when I was learning the basics of Haskell, in mid-2020, some of which are incomplete. I am entering it now into version control to keep a registry of all my personal projects on a hosting system.

Usage

This is by no means a complete and usable library; therefore, I would not advise the usage of this package in a larger program, there are better libraries available for Haskell.

To use a particular module in an interactive prompt the recommended is to

  • ghci src/MODULE/SUBMODULE.hs for a MODULE and a SUBMODULE, or,

  • ghci src/SOURCE.hs if the haskell SOURCE file is not inside a module.

Licensing

This repository is licensed with the MIT (Expat) (SPDX-License-Identifier: MIT); everyone with a copy of this software is permitted to use, modify, distribute and/or sublicense it, provided that the LICENSE and the copyright headers on the top of each source file are preserved in copies of this package.

There is no warranty of any kind for this material, nor the author is liable for any third-party use of this collection. For more details and clarification, please read the LICENSE in full text.

About

Mathematical snippets in Haskell

License:MIT License


Languages

Language:Haskell 100.0%