Skip to content

CarterParks/Lists.hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Files

Lists.hs

A series of operations on lists of numbers performed with Haskell.

Main.hs

Pre-written driver code (not mine).

Execution

Run the precompiled binary with

./Main

Compilation

Main.hs can be compiled by following the instructions at https://www.haskell.org/get-started/

If you already have GHC installed, run

ghc -no-keep-hi-files -no-keep-o-files ./Main.hs
./Main

About

Toy programs with Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published