/pascal-hs

Generates Pascal's Triangle in Haskell

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

pascal-hs

A simple project I made to mess around with Haskell.

Description

Pascal-hs can generate an infinite series of rows in Pascal's triangle.

You can use it to get an array of integers in the triangle, or a string to quickly print it on screen.