Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 242 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 242 Bytes

HaskellFPTask

The whole project is inside the funProgrProj folder

The code is in a src folder, in files Geometry and Main Tests are written in test/Spec.hs

Program can be built with stack

stack build

And to check the tests

stack test