BeniVF / stringcalculator-hs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stringcalculator

Haskell implementation of String calculator using Applicative.

Test

Change code and run test:

  > stack ghci --ghci-options -isrc --ghci-options -itest stringcalculator:stringcalculator-test

Run all the tests using:

  > stack test

Run

Run the project

  > stack run
  111<EOL+Ctrl+D>

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%