Naapperas / feup-pfl-proj1

First project for the PFL course unit at FEUP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEUP-PFL-PROJ1

First project for the PFL course unit at FEUP.

This repository holds the files submitted for the 1st PFL project.

Project goal

The goal of this project was to develop a representation of mathematical Polynomials and implement functions that could manipulate them, namely:

  • addition and subtraction
  • multiplication
  • differentiation
  • normalization

Besides these, the designed structures should be parsable from and to an adequate textual representation.

Unit info

  • Name: Programação Funcional e em Lógica (Functional and Logic Programming)
  • Date: Year 3, Semester 1, 2022/23
  • See also: feup-pfl
  • More info

Disclaimer

This repository (and all others with the name format feup-*) are for archival and educational purposes only.

If you don't understand some part of the code or anything else in this repo, feel free to ask (although I may not understand it myself anymore).

Keep in mind that this repo is public. If you copy any code and use it in your school projects you may be flagged for plagiarism by automated tools.

About

First project for the PFL course unit at FEUP.


Languages

Language:Haskell 100.0%