| Copyright | Copyright (C) 2017 Johannes Hartmann, Liam Kelly, Manuel Campos Villarreal |
|---|---|
| License | MIT |
| Maintainer | Johannes Hartmann <ec17512@qmul.ac.uk> |
| Stability | stable |
| Portability | portable |
| Safe Haskell | Safe |
DataStructures
Description
Datatypes used in the application.
Written by Johannes Hartmann, Liam Kelly, Manuel Campos Villarreal
Documentation
Data structure representing a movie. The first parameter is the ID and the second is the name of the movie and the third one is the release day
Constructors
| Movie Int String String |
Data structure representing an actor. The first parameter is the ID, the second is the name of the actor and the third is a List containing all movies he plays in
Data structure representing a cinema. The first parameter is the ID, the second parameter is the name of the cinema and the third one is the range to the given location
Constructors
| Cinema String String Float |