ProjectBarks / CSC345

Haskell Test Cases for CSC 345: Programming Languages and Paradigms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSC345 Haskell Test Cases

Haskell Test Cases for CSC 345: Programming Languages and Paradigms

Dependencies

Run the following commands in a terminal:

  cabal update
  
  cabal install tasty
  
  cabal install tasty-hunit

Instructions

Ensure that ProgX.hs and ProgXTest.hs are located in the same directory (X is the homework number). Then open a terminal from that directory and run the following commands:

  ghci ProgXTest.hs
  
  main

About

Haskell Test Cases for CSC 345: Programming Languages and Paradigms

License:Other


Languages

Language:Haskell 100.0%