Skip to content

Basic exercises to learn functional programming. This repo is part of the course "Declarative Programming" from my university.

License

Notifications You must be signed in to change notification settings

ferreiro/Declarative-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to test?

  1. Open your terminal.
  2. Run the Haskell interpreter:
      $ ghci
  3. Build the exercise and run the test. Example for exercise 1:
      $ :l exercise1.hs
    
      Prelude> :l exercise1.hs
    
     *Main> output_conversion (365*24*60*60)
    

Note: $ symbol means commands executed from the terminal

About

Basic exercises to learn functional programming. This repo is part of the course "Declarative Programming" from my university.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages