Code Monkey home page Code Monkey logo

haskell-property-graphs's Introduction

NOT-SO-RANDOM NOTES:

  • the existence of isolated nodes is not considered, that is, I'm taking as {V u E} the elements of the rho file.

  • about returning the Val type on the query functions, I have implemented the Val type in such a way that when printing (show function) the result of the queries, it will be displayed correctly.

  • by requirement, populate has to use IO, this forces us to return IO PG in populate, slightly deviating from the specification demands

  • overall, some slight deviations from the practice task demands have been implemented, as the specification is somewhat loose and teachers have pointed out it should be treated as a non-strict guideline

  • I have forced myself to use first-order functions in several algorithms, so the program has a more functional tune, there is also a heave use of comprehension lists, as I like to think in terms of those

  • the Date type is treated as a String

  • a (small) concession has been taken on the 120-characters long code lines so I could add some ASCII art

  • the practice task description asked that 'For each query evaluated users must enter the real parameters and the result must print.' but after a conversation with the responsible teacher, this requirement was dropped as long as we generated an informative test

  • some typos were corrected from the given test files, so if you want to replicate the test results, PLEASE EXECUTE THE SCRIPT WITH THE PROVIDED TEST FILES

haskell-property-graphs's People

Contributors

cyber-raskolnikov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.