Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 511 Bytes

File metadata and controls

22 lines (17 loc) · 511 Bytes

Haskell-Programming

Description

Exploring Haskell---it’s weird because it’s different

Installation Instructions for Windows:

  1. Download and run the GHCup installer from the official website:
    GHCup Installation Guide.
  2. Follow the on-screen instructions to complete the installation.

Running the Code

Running in GHCI (Interactive Mode)

Note: A main function is not required.

In GHCI Terminal

ghci
:l file_path